This commit is contained in:
parent
3a431122f6
commit
6c13dde5a6
@ -15,24 +15,24 @@ neovim:
|
||||
fileencoding: utf-8
|
||||
fileencodings: "utf-8,latin1"
|
||||
encoding: utf-8
|
||||
eol:
|
||||
nocompatible:
|
||||
nofixeol:
|
||||
noignorecase:
|
||||
mouse:
|
||||
number:
|
||||
eol: true
|
||||
nocompatible: true
|
||||
nofixeol: true
|
||||
noignorecase: true
|
||||
mouse: ""
|
||||
number: true
|
||||
viminfo: "'50,<1000,s100,h"
|
||||
timeoutlen: 1000
|
||||
backspace: "indent,eol,start"
|
||||
autoindent:
|
||||
nocindent:
|
||||
ic:
|
||||
modeline:
|
||||
autoindent: true
|
||||
nocindent: true
|
||||
ic: true
|
||||
modeline: true
|
||||
incsearch:
|
||||
tabstop: 2
|
||||
shiftwidth: 2
|
||||
softtabstop: 2
|
||||
expandtab:
|
||||
expandtab: true
|
||||
laststatus: 2
|
||||
t_Co: 256
|
||||
t_ut: ""
|
||||
|
Loading…
Reference in New Issue
Block a user