klappradla / dotfiles

🏗 how I set up my system
5 stars 0 forks source link

Modernize Vim completion and linting #11

Closed klappradla closed 1 year ago

klappradla commented 1 year ago

The ale and deoplete.vim setup is growing out of date and (especially the latter) causing massive startup-delays (spinning up own language servers, etc.). So maybe it's time to move over to something more modern - as in Lua based - and use Neovim's built in LSP 🤔

Some ideas:

klappradla commented 1 year ago

In addition to that, maybe get rid of some "heavy" plugins and replace them with something from mini.nvim 🐥

klappradla commented 1 year ago

Done via #12