neovim: use null-ls on svelte filetype
This commit is contained in:
@@ -13,7 +13,9 @@ lsp_installer.setup()
|
|||||||
|
|
||||||
null_ls.setup({
|
null_ls.setup({
|
||||||
sources = {
|
sources = {
|
||||||
null_formatting.prettierd,
|
null_formatting.prettierd.with({
|
||||||
|
extra_filetypes = { "svelte" },
|
||||||
|
}),
|
||||||
null_formatting.stylua,
|
null_formatting.stylua,
|
||||||
null_formatting.gofmt,
|
null_formatting.gofmt,
|
||||||
null_formatting.goimports,
|
null_formatting.goimports,
|
||||||
|
|||||||
Reference in New Issue
Block a user