A personal using Neovim configuration.
- Install
vim-plug
(Install instruction). - Run
git clone https://github.com/lch/nvim-config.git ~/.config/nvim
- Tab indentation with 4 spaces width.
- Completion with Language Server support. Current configured languages: C (
clangd
), Go(gopls
), Rust(rust_analyzer
) - Use mason.nvim as Language Server manager
- Formatter via Neoformat, and format on save.
- Indent handler plugin: Darazaki/indent-o-matic