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=
|
set mouse=
|
||||||
" use spaces instead of \t
|
set expandtab " use spaces instead of \t
|
||||||
set expandtab
|
set autoindent " match indentation of previous line
|
||||||
" match indentation of previous line
|
|
||||||
set autoindent
|
|
||||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||||
let &packpath = &runtimepath
|
let &packpath = &runtimepath
|
||||||
source ~/.vimrc
|
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')
|
call plug#begin('~/.vim/exts')
|
||||||
Plug 'AlexvZyl/nordic.nvim', { 'branch': 'main' }
|
Plug 'AlexvZyl/nordic.nvim', { 'branch': 'main' }
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
|
Loading…
Reference in a new issue