sudo pacman -Syu 2024-04-06 14:15:47 +07:00
parent 4db9e400ac
commit 9980e8999d
3 changed files with 3 additions and 16 deletions

View File

@ -15,6 +15,8 @@ history_filter = [
"^builtin", "^builtin",
"^z$", "^z$",
'^\[', '^\[',
"OA",
"OB",
] ]
enter_accept = false enter_accept = false

View File

@ -590,19 +590,4 @@ require("lazy").setup({
}) })
end, end,
}, },
-- https://github.com/ray-x/go.nvim
{
"ray-x/go.nvim",
dependencies = {
"ray-x/guihua.lua",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
config = function()
require("go").setup()
end,
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
},
}) })

View File

@ -2,7 +2,7 @@
# Put this on top of ~/.zshrc # Put this on top of ~/.zshrc
# https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell # https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell
export HISTORY_IGNORE="(ls|ll|la|ls *|ll *|la *|cd|pwd|exit|builtin *|*:|z|[*)" export HISTORY_IGNORE="(ls|ll|la|ls *|ll *|la *|cd|pwd|exit|builtin *|*:|z|[*|OA|OB)"
export HISTSIZE=100000000 export HISTSIZE=100000000
export SAVEHIST=$HISTSIZE export SAVEHIST=$HISTSIZE