My Neovim Editor Configurations
$ git clone git@github.com:iguntur/nvim.git ~/.config/nvim
Setup and install packer as the plugin manager.
$ git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
- 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
- ...
- Support Golang
- Support Rust
- Support Python
- Support NodeJs
- Support Typescript & Javascript
- Support Ocaml, Rescript, ReasonML
- Support PHP
- ...