feat(lsp): enable format on save
This commit is contained in:
@@ -3,16 +3,6 @@ return {
|
||||
"AstroNvim/astrolsp",
|
||||
---@type AstroLSPOpts
|
||||
opts = {
|
||||
features = {
|
||||
autoformat = false,
|
||||
inlay_hints = false, -- BUG: upstream https://github.com/neovim/neovim/issues/27645
|
||||
},
|
||||
formatting = {
|
||||
format_on_save = {
|
||||
enabled = false,
|
||||
},
|
||||
timeout_ms = 1000,
|
||||
},
|
||||
mappings = {
|
||||
n = {
|
||||
gh = {
|
||||
|
||||
Reference in New Issue
Block a user