diff options
| author | Seth Flynn <[email protected]> | 2021-11-23 02:01:32 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-23 02:01:32 -0500 |
| commit | 30bde38cd3188cbb0bba1768e587b487c76a612a (patch) | |
| tree | 4cfda745517f1edb56db6ee7262f6b08a39afd30 | |
| parent | 54edcf280864dcd2bfcbca6b8b2e056ce1270b99 (diff) | |
update init.vim
| -rw-r--r-- | nvim/.config/nvim/init.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index e6d181f..efc8b4e 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -13,11 +13,12 @@ Plug 'dracula/vim', { 'as': 'dracula' } call plug#end() " settings -set termguicolors -set nocompatible set tabstop=2 set shiftwidth=2 set expandtab +set smartindent +set incsearch +set termguicolors syntax on filetype plugin indent on colorscheme dracula |
