mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 20:15:01 +02:00
added golines
This commit is contained in:
parent
8a37b7072e
commit
ef39fefcd5
2 changed files with 2 additions and 1 deletions
|
@ -255,6 +255,7 @@ return {
|
|||
vim.list_extend(ensure_installed, {
|
||||
'stylua', -- Used to format Lua code
|
||||
'goimports',
|
||||
'golines',
|
||||
'prettierd',
|
||||
})
|
||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue