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