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",