Tidy neovim configuration
* Remove some unused plugins and packages.
* e.g. floaterm, projectionist, vim-wiki, vim-easy-align,
vim-surround, visual-star-search, vim-rhubarb
* Replace none-ls with conform.nvim and nvim-lint.
* Replace lualine.nvim with mini-statusline.
* Add neodev.
* Simplify cmp completion sources.
This commit is contained in:
parent
94581a9c7f
commit
3afe1bd12b
16 changed files with 184 additions and 193 deletions
1
.luacheckrc
Normal file
1
.luacheckrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
globals = { "vim" }
|
||||
Reference in a new issue