Compare commits
2 commits
04e711f146
...
c100551348
| Author | SHA1 | Date | |
|---|---|---|---|
| c100551348 | |||
| 9d7144088f |
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -63,6 +63,3 @@ vim.opt.signcolumn = "yes"
|
|||
|
||||
-- Always show tabline
|
||||
vim.opt.laststatus = 2
|
||||
|
||||
-- Set _ as word separator
|
||||
vim.opt.iskeyword:remove("_")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue