split config
This commit is contained in:
9
lsp/formatting.lua
Normal file
9
lsp/formatting.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
format_on_save = true, -- enable or disable auto formatting on save
|
||||
disabled = { -- disable formatting capabilities for the listed clients
|
||||
-- "sumneko_lua",
|
||||
},
|
||||
-- filter = function(client) -- fully override the default formatting function
|
||||
-- return true
|
||||
-- end
|
||||
}
|
Reference in New Issue
Block a user