diff --git a/states/neovim/defaults.yaml b/states/neovim/defaults.yaml index 80b9475..7262ce6 100644 --- a/states/neovim/defaults.yaml +++ b/states/neovim/defaults.yaml @@ -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