mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/go.lua: skip field alignment warnings
This commit is contained in:
parent
113dc823ca
commit
65f8ae7e3a
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ local lspservers = {
|
|||
unusedvariable = true,
|
||||
unusedwrite = true,
|
||||
useany = true,
|
||||
fieldalignment = true
|
||||
},
|
||||
gofumpt = true,
|
||||
hoverKind = 'SynopsisDocumentation',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue