mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: go: enable codelens
This commit is contained in:
parent
e2f6ba8a18
commit
d8028932c3
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
local lspservers = {
|
||||
gopls = {
|
||||
codelens = {
|
||||
enabled = true,
|
||||
},
|
||||
settings = {
|
||||
gopls = {
|
||||
analyses = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue