minor updats

This commit is contained in:
Solomon Laing 2023-10-19 01:02:14 +10:30
parent ccda49b8dc
commit 3e8777d15d
2 changed files with 16 additions and 15 deletions

View File

@ -1,16 +1,16 @@
return { return {
{ -- {
"ray-x/go.nvim", -- "ray-x/go.nvim",
requires = { -- requires = {
"ray-x/guihua.lua", -- "ray-x/guihua.lua",
"neovim/nvim-lspconfig", -- "neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter", -- "nvim-treesitter/nvim-treesitter",
}, -- },
config = function() -- config = function()
require("go").setup() -- require("go").setup()
end, -- end,
event = { "CmdlineEnter" }, -- event = { "CmdlineEnter" },
ft = { "go", "gomod" }, -- ft = { "go", "gomod" },
build = ':lua require("go.install").update_all_sync()', -- build = ':lua require("go.install").update_all_sync()',
}, -- },
} }

View File

@ -35,7 +35,8 @@ alias \
ka="killall" \ ka="killall" \
g="git" \ g="git" \
e="$EDITOR" \ e="$EDITOR" \
v="$EDITOR_SECONDARY" \ v="$EDITOR" \
v2="$EDITOR_SECONDARY" \
z="zathura" z="zathura"
alias \ alias \