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 {
|
||||
html = {
|
||||
exclude = { "html" }
|
||||
},
|
||||
svelte = {
|
||||
exclude = { "svelte" }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@ ProxyJump cshpc
|
||||
Host monitoring-test
|
||||
Hostname monitoring-test.nhr.fau.de
|
||||
ForwardAgent no
|
||||
User jan
|
||||
User unrz254
|
||||
ProxyJump cshpc
|
||||
|
||||
Host gondor
|
||||
|
Loading…
Reference in New Issue
Block a user