mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 09:59:25 +00:00
[neovim] Simplify plugins including
This commit is contained in:
@ -1,9 +1,4 @@
|
||||
local status_ok, go = pcall(require, "go")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
go.setup({
|
||||
require("go").setup({
|
||||
icons = { breakpoint = "", currentpos = "🏃" },
|
||||
fillstruct = "fillstruct",
|
||||
gofmt = "gofumpt",
|
||||
|
Reference in New Issue
Block a user