refractor(nvim): Separate config files

This commit is contained in:
js0ny 2024-11-28 23:03:44 +00:00
parent 5455e68b8c
commit 2a76a6fbe4
24 changed files with 326 additions and 157 deletions

View file

@ -1,4 +1,4 @@
return {
"neovim/nvim-lspconfig",
lazy = false
"neovim/nvim-lspconfig",
lazy = false
}