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 {
{
"ray-x/go.nvim",
requires = {
"ray-x/guihua.lua",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
config = function()
require("go").setup()
end,
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
build = ':lua require("go.install").update_all_sync()',
},
-- {
-- "ray-x/go.nvim",
-- requires = {
-- "ray-x/guihua.lua",
-- "neovim/nvim-lspconfig",
-- "nvim-treesitter/nvim-treesitter",
-- },
-- config = function()
-- require("go").setup()
-- end,
-- event = { "CmdlineEnter" },
-- ft = { "go", "gomod" },
-- build = ':lua require("go.install").update_all_sync()',
-- },
}

View File

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