attempt to fix lsp
This commit is contained in:
parent
11272260db
commit
553935a90b
6 changed files with 150 additions and 32 deletions
|
|
@ -32,6 +32,7 @@ return {
|
|||
formatting.shfmt.with { args = { '-i', '4' } },
|
||||
require('none-ls.formatting.ruff').with { extra_args = { '--extend-select', 'I' } },
|
||||
require 'none-ls.formatting.ruff_format',
|
||||
formatting.goimports, -- Add goimports for Go files
|
||||
}
|
||||
|
||||
local augroup = vim.api.nvim_create_augroup('LspFormatting', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue