minor updats
This commit is contained in:
parent
ccda49b8dc
commit
3e8777d15d
@ -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()',
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user