diff --git a/nvim/init.vim b/nvim/init.vim index 951516fe..dd1006ae 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -4,13 +4,14 @@ colorscheme dracula set tabstop=4 +set shiftwidth=4 +set expandtab command GoToFile cd %:p:h set clipboard^=unnamed set shell=bash shellquote=\" shellxquote=\" set shcf=-c tnoremap set number -set shiftwidth=4 call plug#begin('~/AppData/Local/nvim/plugged')