Disable autformat for svelte files
This commit is contained in:
parent
85490e788d
commit
a33f2cf2cc
@ -85,6 +85,9 @@ vim.api.nvim_create_autocmd('BufWritePre', {
|
|||||||
require("lsp-format").setup {
|
require("lsp-format").setup {
|
||||||
html = {
|
html = {
|
||||||
exclude = { "html" }
|
exclude = { "html" }
|
||||||
|
},
|
||||||
|
svelte = {
|
||||||
|
exclude = { "svelte" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ ProxyJump cshpc
|
|||||||
Host monitoring-test
|
Host monitoring-test
|
||||||
Hostname monitoring-test.nhr.fau.de
|
Hostname monitoring-test.nhr.fau.de
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
User jan
|
User unrz254
|
||||||
ProxyJump cshpc
|
ProxyJump cshpc
|
||||||
|
|
||||||
Host gondor
|
Host gondor
|
||||||
|
Loading…
Reference in New Issue
Block a user