Reconcile Neovim setup packages
This commit is contained in:
@@ -21,11 +21,17 @@ function M.get()
|
||||
-- ts = 'helm',
|
||||
-- lsp = 'helm-ls',
|
||||
-- },
|
||||
{
|
||||
ft = 'python',
|
||||
ts = 'python',
|
||||
lsp = 'ruff',
|
||||
format = { name = 'ruff_format', install = false },
|
||||
},
|
||||
{
|
||||
ft = 'yaml',
|
||||
ts = 'yaml',
|
||||
lsp = 'yaml-language-server',
|
||||
format = { 'prettierd', 'prettier' },
|
||||
-- format = { 'prettierd', 'prettier' },
|
||||
},
|
||||
{ ts = { 'yaml', 'toml', 'sql', 'diff', 'dockerfile', 'gitcommit', 'gitignore' } },
|
||||
{ ts = { 'c', 'cpp', 'go', 'rust', 'python' } },
|
||||
|
||||
Reference in New Issue
Block a user