vims: update

This commit is contained in:
Josh Lay 2024-06-18 08:20:39 -05:00
parent 9d26abbb3a
commit 5ff5aa3bf3
No known key found for this signature in database
GPG key ID: 47AA304B2243B579
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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'}