Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 985 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 985 Bytes

Neovim configuration

A personal using Neovim configuration.

Usage

  1. Install vim-plug (Install instruction).
  2. Run
git clone https://github.com/lch/nvim-config.git ~/.config/nvim

Features

  • 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

References

LSP configuration references