This commit is contained in:
jay
2024-06-26 00:25:23 +08:00
parent 4464b3ad06
commit 99fe1caf19
7 changed files with 30 additions and 33 deletions
+1 -1
View File
@@ -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