Skip to content

Commit

Permalink
Configure neovim to match vim’s default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzz committed Apr 10, 2024
1 parent 5a39482 commit 01bffd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chef/vim/files/vim_config
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ set timeoutlen=300 " Leader key timeout is 300ms
set undodir=~/.vim/undo " Store undo files in ~/.vim
set undofile " Persist undos between sessions
set wildmode=list:longest,full " Autocompletion favours longer string
set guicursor=n-v-c-i:block " Always use a block cursor
set mouse= " Disable mouse support
set fillchars+=vert:\| " Show a pipe character between vertical splits
set nolist " Hide invisible characters

" Set status line to: filename [encoding,endings] [filetype] [modified]
set statusline=%f\ [%{strlen(&fenc)?&fenc:'none'},%{&ff}]\ %y\ %m
Expand Down

0 comments on commit 01bffd7

Please sign in to comment.