refactor: remove deprecated none-ls configuration

This commit is contained in:
2024-11-23 14:25:39 -05:00
parent 47544753c1
commit 81b22ad8b8
+3 -3
View File
@@ -5,9 +5,6 @@
-- ╰─────────────────────────────────────────────────────────╯
return {
{ -- none-ls
import = 'lazyvim.plugins.extras.lsp.none-ls',
},
{ -- JSON
import = 'lazyvim.plugins.extras.lang.json',
},
@@ -41,6 +38,9 @@ return {
{ -- Sql
import = 'lazyvim.plugins.extras.lang.sql',
},
{ -- Rust
import = 'lazyvim.plugins.extras.lang.rust',
},
{ -- Jinja
'armyers/Vim-Jinja2-Syntax',
},