diff --git a/nvim/init.vim b/nvim/init.vim index 504dce2..d56a3f7 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -12,37 +12,27 @@ Plug 'RRethy/vim-hexokinase', { 'do': 'make hexokinase' } call plug#end() set number -set notitle set gdefault -set wildmenu -set nobackup -set incsearch set expandtab set smartcase set splitbelow set splitright set ignorecase -set autoindent set nohlsearch set noshowmode set shiftround set cursorline set cursorcolumn -set nojoinspaces set nowritebackup -set bs=2 set tabstop=2 set scrolloff=5 set shortmess-=S -set backspace=eol,start,indent set matchpairs+=(:),{:},[:],<:>,':',":" -set laststatus=2 set updatetime=100 set shiftwidth=2 set showtabline=0 set softtabstop=2 -set winminheight=0 nmap w nmap :wq!