From 772438d794c888bd81ad5d86aa423eaeb5924c1a Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 13 Mar 2023 18:47:35 -0700 Subject: [PATCH] updates --- lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 52b4947..cbc3d0f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 startinsert "), dashboard.button("r", " Recently used files", ":Telescope oldfiles"), + dashboard.button("p", " Find project", ":Telescope projects"), dashboard.button("f", " Find file", ":Telescope find_files"), dashboard.button("t", " Find text", ":Telescope live_grep "), dashboard.button("s", " Settings",