/nvim

My Neovim Configuration

Primary LanguageLuaMIT LicenseMIT

'nvim' - Neovim Configurations

My Neovim Editor Configurations

Getting Started

Install The Nvim

$ git clone git@github.com:iguntur/nvim.git ~/.config/nvim

Plugin Manager

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

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 © Guntur Poetra