updates
This commit is contained in:
parent
ca39598ec9
commit
772438d794
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user