This commit is contained in:
abs3nt 2023-03-13 18:47:35 -07:00
parent ca39598ec9
commit 772438d794
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386

View File

@ -69,6 +69,7 @@ return {
'fatih/vim-go',
config = function()
vim.g.go_fmt_command = "gofumpt"
vim.g.go_fmt_fail_silently = 1
vim.g.go_highlight_types = 1
vim.g.go_highlight_fields = 1
vim.g.go_highlight_functions = 1
@ -471,6 +472,7 @@ return {
dashboard.section.buttons.val = {
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("r", " Recently used files", ":Telescope oldfiles<CR>"),
dashboard.button("p", " Find project", ":Telescope projects<CR>"),
dashboard.button("f", " Find file", ":Telescope find_files<CR>"),
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
dashboard.button("s", " Settings",