dotFiles
dotFiles copied to clipboard
NVIM 0.5 Support 🎉
Now that nvim 0.5+ was released, I should consider to move my config to lua (and split config files too)
Tools to maybe migrate to ;
- https://github.com/wbthomason/packer.nvim instead of current vim packer
Also, migration to use NVim-LSP instead of coc.nvim (and probably also ALE) :
- https://github.com/neovim/nvim-lspconfig
- https://github.com/hrsh7th/nvim-compe (see https://github.com/neovim/nvim-lspconfig/wiki/Autocompletion)
- https://github.com/williamboman/nvim-lsp-installer (or https://github.com/kabouzeid/nvim-lspinstall ?)
has kinda been done since a while