This commit is contained in:
parent
6c13dde5a6
commit
07089cff18
@ -16,26 +16,24 @@ neovim:
|
||||
fileencodings: "utf-8,latin1"
|
||||
encoding: utf-8
|
||||
eol: true
|
||||
nocompatible: true
|
||||
nofixeol: true
|
||||
noignorecase: true
|
||||
compatible: false
|
||||
fixeol: false
|
||||
ignorecase: false
|
||||
mouse: ""
|
||||
number: true
|
||||
viminfo: "'50,<1000,s100,h"
|
||||
timeoutlen: 1000
|
||||
backspace: "indent,eol,start"
|
||||
autoindent: true
|
||||
nocindent: true
|
||||
cindent: false
|
||||
ic: true
|
||||
modeline: true
|
||||
incsearch:
|
||||
incsearch: true
|
||||
tabstop: 2
|
||||
shiftwidth: 2
|
||||
softtabstop: 2
|
||||
expandtab: true
|
||||
laststatus: 2
|
||||
t_Co: 256
|
||||
t_ut: ""
|
||||
use_syntax: true
|
||||
themes:
|
||||
monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim
|
||||
|
Loading…
Reference in New Issue
Block a user