mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 04:25:09 +02:00
added golines
This commit is contained in:
parent
8a37b7072e
commit
ef39fefcd5
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ return { -- Autoformat
|
|||
python = { 'ruff_fix', 'ruff_format', 'ruff_organize_imports' },
|
||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||
javascript = { 'prettierd' },
|
||||
go = { 'goimports' },
|
||||
go = { 'goimports', 'golines' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue