This commit is contained in:
parent
c714fc69f3
commit
0873ebddc0
@ -12,31 +12,32 @@ neovim:
|
|||||||
ale_completion_enabled: 0
|
ale_completion_enabled: 0
|
||||||
jedi#popup_on_dot: 0
|
jedi#popup_on_dot: 0
|
||||||
options:
|
options:
|
||||||
fileencoding: utf-8
|
autoindent: true
|
||||||
fileencodings: "utf-8,latin1"
|
backspace: "indent,eol,start"
|
||||||
|
cindent: false
|
||||||
|
compatible: false
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
eol: true
|
eol: true
|
||||||
compatible: false
|
expandtab: true
|
||||||
|
fileencoding: utf-8
|
||||||
|
fileencodings: "utf-8,latin1"
|
||||||
fixeol: false
|
fixeol: false
|
||||||
|
ic: true
|
||||||
ignorecase: false
|
ignorecase: false
|
||||||
|
incsearch: true
|
||||||
|
laststatus: 2
|
||||||
|
modeline: true
|
||||||
mouse: ""
|
mouse: ""
|
||||||
number: true
|
number: true
|
||||||
viminfo: "'50,<1000,s100,h"
|
|
||||||
timeoutlen: 1000
|
|
||||||
backspace: "indent,eol,start"
|
|
||||||
autoindent: true
|
|
||||||
cindent: false
|
|
||||||
ic: true
|
|
||||||
modeline: true
|
|
||||||
incsearch: true
|
|
||||||
tabstop: 2
|
|
||||||
shiftwidth: 2
|
shiftwidth: 2
|
||||||
softtabstop: 2
|
softtabstop: 2
|
||||||
expandtab: true
|
tabstop: 2
|
||||||
laststatus: 2
|
timeoutlen: 1000
|
||||||
|
viminfo: "'50,<1000,s100,h"
|
||||||
use_syntax: true
|
use_syntax: true
|
||||||
themes:
|
themes:
|
||||||
monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim
|
monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim
|
||||||
plugins:
|
plugins:
|
||||||
|
jedi-vim: https://github.com/davidhalter/jedi-vim.git@v0.11.2
|
||||||
lightline: https://github.com/itchyny/lightline.vim.git
|
lightline: https://github.com/itchyny/lightline.vim.git
|
||||||
nvim-tree: https://github.com/nvim-tree/nvim-tree.lua.git
|
nvim-tree: https://github.com/nvim-tree/nvim-tree.lua.git
|
||||||
|
Loading…
Reference in New Issue
Block a user