feat(lsp): enable format on save
This commit is contained in:
@@ -3,16 +3,6 @@ return {
|
|||||||
"AstroNvim/astrolsp",
|
"AstroNvim/astrolsp",
|
||||||
---@type AstroLSPOpts
|
---@type AstroLSPOpts
|
||||||
opts = {
|
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 = {
|
mappings = {
|
||||||
n = {
|
n = {
|
||||||
gh = {
|
gh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user