diff --git a/states/neovim/defaults.yaml b/states/neovim/defaults.yaml index 7262ce6..cf4be8d 100644 --- a/states/neovim/defaults.yaml +++ b/states/neovim/defaults.yaml @@ -12,31 +12,32 @@ neovim: ale_completion_enabled: 0 jedi#popup_on_dot: 0 options: - fileencoding: utf-8 - fileencodings: "utf-8,latin1" + autoindent: true + backspace: "indent,eol,start" + cindent: false + compatible: false encoding: utf-8 eol: true - compatible: false + expandtab: true + fileencoding: utf-8 + fileencodings: "utf-8,latin1" fixeol: false + ic: true ignorecase: false + incsearch: true + laststatus: 2 + modeline: true mouse: "" 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 softtabstop: 2 - expandtab: true - laststatus: 2 + tabstop: 2 + timeoutlen: 1000 + viminfo: "'50,<1000,s100,h" use_syntax: true themes: monokai: https://raw.githubusercontent.com/sickill/vim-monokai/master/colors/monokai.vim plugins: + jedi-vim: https://github.com/davidhalter/jedi-vim.git@v0.11.2 lightline: https://github.com/itchyny/lightline.vim.git nvim-tree: https://github.com/nvim-tree/nvim-tree.lua.git