Skip to content

Commit

Permalink
Neovom 0.2.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed May 3, 2017
1 parent 874958c commit 37b2ad1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .config/nvim/init.vim
Expand Up @@ -4,10 +4,6 @@

" Preamble {{{

" NeoVim {{{
let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1
" }}}

" Syntax highlighting {{{
set t_Co=256
colorscheme molotov
Expand Down Expand Up @@ -53,6 +49,7 @@ set lispwords+=defpartial,defpage " Noir core
set lispwords+=defaction,deffilter,defview,defsection " Ciste core
set lispwords+=describe,it " Speclj TDD/BDD
set magic " Enable extended regexes
set mouse=a " Enable the mouse
set noerrorbells " Disable error bells
set nojoinspaces " Only insert single space after a '.', '?' and '!' with a join command
set noshowmode " Don't show the current mode (airline.vim takes care of us)
Expand Down

0 comments on commit 37b2ad1

Please sign in to comment.