vims: update
This commit is contained in:
parent
9d26abbb3a
commit
5ff5aa3bf3
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue