mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update lvim
This commit is contained in:
parent
d1af9278c5
commit
0b99d6c75c
9 changed files with 25 additions and 38 deletions
|
|
@ -1,5 +1,7 @@
|
|||
lvim.format_on_save = true
|
||||
lvim.lang.go.formatters = {
|
||||
{ exe = "gofmt" },
|
||||
{ exe = "goimports" },
|
||||
}
|
||||
|
||||
-- Debugger
|
||||
require("dap-install").config("go_delve", {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue