Refactored lsp and null ls configs

This commit is contained in:
2023-06-20 11:32:21 +02:00
parent 9c8e4e9948
commit 69b5f1e42b
7 changed files with 187 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# My curent Neovim config
Inspired by [ThePrimeagen](https://github.com/ThePrimeagen/init.lua)
Inspired by [ThePrimeagen](https://github.com/ThePrimeagen/init.lua) and [Josean](https://github.com/josean-dev/dev-environment-files)
Make sure to run `:PackerSync` so it grabs all plugins.
You can also run `nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'`