update
This commit is contained in:
@@ -14,7 +14,7 @@ return {
|
||||
|
||||
g.go_fmt_fail_silently = 1
|
||||
g.go_fmt_command = "goimports"
|
||||
g.go_def_mode = 'godef'
|
||||
g.go_def_mode = 'gopls'
|
||||
g.go_decls_includes = "func,type"
|
||||
g.go_highlight_types = 1
|
||||
g.go_highlight_fields = 1
|
||||
|
||||
@@ -135,6 +135,7 @@ return {
|
||||
path = '~/vimwiki/',
|
||||
syntax = 'markdown',
|
||||
ext = '.md',
|
||||
custom_wiki2html = "~/bin/wiki2html.sh",
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user