diff --git a/outerheaven.init3.home/.config/nvim/init.vim b/outerheaven.init3.home/.config/nvim/init.vim index 3e33676..9c0ccb6 100644 --- a/outerheaven.init3.home/.config/nvim/init.vim +++ b/outerheaven.init3.home/.config/nvim/init.vim @@ -1,8 +1,6 @@ set mouse= -" use spaces instead of \t -set expandtab -" match indentation of previous line -set autoindent +set expandtab " use spaces instead of \t +set autoindent " match indentation of previous line set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath = &runtimepath source ~/.vimrc diff --git a/outerheaven.init3.home/.vimrc b/outerheaven.init3.home/.vimrc index b490349..d5ebbac 100644 --- a/outerheaven.init3.home/.vimrc +++ b/outerheaven.init3.home/.vimrc @@ -1,4 +1,5 @@ -" NOTE: don't add more LSPs here, use coc - it offers better completion +" NOTE: don't add more LSPs here, use 'coc.nvim' - it offers better completion +" 'vim'/common elements are held here while 'nvim' has another config: '.config/nvim/init.vim' call plug#begin('~/.vim/exts') Plug 'AlexvZyl/nordic.nvim', { 'branch': 'main' } Plug 'neoclide/coc.nvim', {'branch': 'release'}