mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +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,
|
unusedvariable = true,
|
||||||
unusedwrite = true,
|
unusedwrite = true,
|
||||||
useany = true,
|
useany = true,
|
||||||
fieldalignment = true
|
|
||||||
},
|
},
|
||||||
gofumpt = true,
|
gofumpt = true,
|
||||||
hoverKind = 'SynopsisDocumentation',
|
hoverKind = 'SynopsisDocumentation',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue