Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iguntur/nvim

My Neovim Configuration
https://github.com/iguntur/nvim

Last synced: about 11 hours ago
JSON representation

My Neovim Configuration

Awesome Lists containing this project

README

        

# 'nvim' - Neovim Configurations

> My Neovim Editor Configurations

## Getting Started

### Install The Nvim

```console
$ git clone [email protected]:iguntur/nvim.git ~/.config/nvim
```

### Plugin Manager

Setup and install [packer](https://github.com/wbthomason/packer.nvim) as the plugin manager.

```console
$ git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```

## Built-in

- [ ] Plugin to support common programming languages
- [ ] File searching - think like fzf
- [ ] Text searching - think like ripgrep 'rg'
- [ ] File explorer - NerdTree || COC-Explorer || Telescope
- [ ] Keybinding and keymap
- [ ] Default snippets and custom snippets
- [ ] Custom configurations for explicit config (maybe)
- [ ] Intellisense
- [ ] Easy create new file
- [ ] ...

## Language Features and Plugin

- [ ] Support Golang
- [ ] Support Rust
- [ ] Support Python
- [ ] Support NodeJs
- [ ] Support Typescript & Javascript
- [ ] Support Ocaml, Rescript, ReasonML
- [ ] Support PHP
- [ ] ...

## License

[MIT](https://opensource.org/licenses/MIT) © [Guntur Poetra](https://gunturpoetra.com)