Skip to content

Commit

Permalink
NeoVim setup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnarf committed May 21, 2024
1 parent 275841e commit 001d989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ setup_link "$HOME/.witchcraft-scripts" "witchcraft-scripts"
setup_link "$HOME/.config/yabai/yabairc" "yabairc"
setup_link "$HOME/.config/skhd/skhdrc" "skhdrc"
setup_link "$HOME/.bin" "bin"
setup_link "$HOME/.config/nvim" "nvim"

# -----------------------------------------
# Vim setup
Expand Down
8 changes: 5 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ set hidden

"- Activates the mouse
set mouse=nirc
if &term =~ '^screen'
" tmux knows the extended mouse mode
set ttymouse=xterm2
if !has('nvim')
if &term =~ '^screen'
" tmux knows the extended mouse mode
set ttymouse=xterm2
endif
endif

"- Netrw auto clos
Expand Down

0 comments on commit 001d989

Please sign in to comment.