(neovim) move coding related components to extra loaded configuration

This commit is contained in:
Bartek Stalewski 2025-07-26 18:40:23 +02:00
parent 1d969481df
commit 86cf2fa9d4
No known key found for this signature in database
21 changed files with 185 additions and 156 deletions

View file

@ -5,8 +5,9 @@ return {
Lua = {
diagnostics = {
globals = {
"vim",
"MainHost",
"Snacks",
"vim",
},
},
},