mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Also ignore plugged dir; fix for limelight muted colours
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -437,7 +437,7 @@ au BufNewFile,BufRead *.j2,*.jinja2 set ft=jinja
|
|||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
" know when Gutentags is generating tags (prints 'TAGS' in status-line)
|
" know when Gutentags is generating tags (prints 'TAGS' in status-line)
|
||||||
set statusline+=%{gutentags#statusline()}
|
set statusline+=%{gutentags#statusline()}
|
||||||
let g:gutentags_ctags_exclude = ["*.min.*", "build", ".bundle", ".git", "log", "node_modules", "tmp", "vendor", "*.vim/bundle/*"]
|
let g:gutentags_ctags_exclude = ["*.min.*", "build", ".bundle", ".git", "log", "node_modules", "tmp", "vendor", "*.vim/bundle/*", "*.vim/plugged/*"]
|
||||||
"let g:gutentags_trace = 1
|
"let g:gutentags_trace = 1
|
||||||
|
|
||||||
|
|
||||||
@@ -451,6 +451,8 @@ let g:goyo_width = 120
|
|||||||
Plug 'junegunn/limelight.vim'
|
Plug 'junegunn/limelight.vim'
|
||||||
let g:limelight_conceal_ctermfg = 'Grey69'
|
let g:limelight_conceal_ctermfg = 'Grey69'
|
||||||
let g:limelight_conceal_ctermfg = 145
|
let g:limelight_conceal_ctermfg = 145
|
||||||
|
" Color name (:help gui-colors) or RGB color
|
||||||
|
let g:limelight_conceal_guifg = '#b0b0b0'
|
||||||
|
|
||||||
" Helps with writing prose (better line breaks, agnostic on soft line wraps vs
|
" Helps with writing prose (better line breaks, agnostic on soft line wraps vs
|
||||||
" hard line breaks etc)
|
" hard line breaks etc)
|
||||||
|
|||||||
Reference in New Issue
Block a user