Take first steos toward nvim lua config

This commit is contained in:
Andrew Tomaka 2022-09-21 22:02:30 -04:00
parent e090f64788
commit 4143a7971a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
7 changed files with 261 additions and 29 deletions

View file

@ -21,9 +21,6 @@ Plug 'vim-ruby/vim-ruby'
" colors
Plug 'morhetz/gruvbox'
" testing
Plug 'wellle/context.vim' " consider nvim-treesitter-context
call plug#end()
" STATUS LINE
@ -154,18 +151,7 @@ augroup END
set cursorline
set cursorcolumn
" crosshair
set cursorline
set cursorcolumn
" crosshair
set cursorline
set cursorcolumn
" PLUGIN CONFIGURATION
" context.vim
let g:context_highlight_border = '<hide>'
" editorconfig-vim
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']