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 { return {
{ -- none-ls
import = 'lazyvim.plugins.extras.lsp.none-ls',
},
{ -- JSON { -- JSON
import = 'lazyvim.plugins.extras.lang.json', import = 'lazyvim.plugins.extras.lang.json',
}, },
@@ -41,6 +38,9 @@ return {
{ -- Sql { -- Sql
import = 'lazyvim.plugins.extras.lang.sql', import = 'lazyvim.plugins.extras.lang.sql',
}, },
{ -- Rust
import = 'lazyvim.plugins.extras.lang.rust',
},
{ -- Jinja { -- Jinja
'armyers/Vim-Jinja2-Syntax', 'armyers/Vim-Jinja2-Syntax',
}, },