Compare commits

...

2 commits

Author SHA1 Message Date
c100551348 remove _ as word separator nvim 2025-11-16 02:16:13 +01:00
9d7144088f add local bin to path 2025-11-16 02:15:38 +01:00
2 changed files with 1 additions and 3 deletions

View file

@ -10,6 +10,7 @@ bindkey -s '^O' 'cd ..\n'
# Vars
export GOPATH=$HOME/.local/go
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$HOME/.local/bin
export EDITOR=nvim
# History

View file

@ -63,6 +63,3 @@ vim.opt.signcolumn = "yes"
-- Always show tabline
vim.opt.laststatus = 2
-- Set _ as word separator
vim.opt.iskeyword:remove("_")