refactor: remove deprecated none-ls configuration
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user