dotFiles icon indicating copy to clipboard operation
dotFiles copied to clipboard

NVIM 0.5 Support 🎉

Open Taluu opened this issue 4 years ago • 2 comments

Now that nvim 0.5+ was released, I should consider to move my config to lua (and split config files too)

Taluu avatar Jul 05 '21 14:07 Taluu

Tools to maybe migrate to ;

  • https://github.com/wbthomason/packer.nvim instead of current vim packer

Taluu avatar Jul 05 '21 16:07 Taluu

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 ?)

Taluu avatar Jul 05 '21 16:07 Taluu

has kinda been done since a while

Taluu avatar Sep 07 '23 14:09 Taluu