mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
Add Go auto commands (#424)
This commit is contained in:
parent
4ebdcac7fa
commit
7f8911d872
3 changed files with 14 additions and 0 deletions
|
@ -64,6 +64,7 @@ O = {
|
|||
diagnostics = {virtualtext = {spacing = 0, prefix = ""}, signs = true, underline = true},
|
||||
filetypes = {'rb', 'erb', 'rakefile'}
|
||||
},
|
||||
go = {},
|
||||
-- css = {formatter = '', autoformat = false, virtual_text = true},
|
||||
-- json = {formatter = '', autoformat = false, virtual_text = true}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue