minor updats
This commit is contained in:
parent
ccda49b8dc
commit
3e8777d15d
@ -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()',
|
||||
-- },
|
||||
}
|
||||
|
||||
@ -35,7 +35,8 @@ alias \
|
||||
ka="killall" \
|
||||
g="git" \
|
||||
e="$EDITOR" \
|
||||
v="$EDITOR_SECONDARY" \
|
||||
v="$EDITOR" \
|
||||
v2="$EDITOR_SECONDARY" \
|
||||
z="zathura"
|
||||
|
||||
alias \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user