Compare commits
No commits in common. "7282a1aa83149b5497d1cd787775406f49f5bcd5" and "027413e926b3dac908b1acbfaaf35305237ae4de" have entirely different histories.
7282a1aa83
...
027413e926
@ -16,9 +16,7 @@ Plug 'vim-scripts/avrasm.vim'
|
||||
|
||||
Plug 'arcticicestudio/nord-vim'
|
||||
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'iamcco/markdown-preview.vim'
|
||||
Plug 'junegunn/limelight.vim'
|
||||
call plug#end()
|
||||
|
||||
set exrc " Execute local vimscripts
|
||||
@ -55,8 +53,6 @@ let g:LanguageClient_rootMarkers = {
|
||||
\ 'elm': ['elm.json'],
|
||||
\ }
|
||||
|
||||
let g:limelight_conceal_ctermfg = 8
|
||||
|
||||
let g:UltiSnipsExpandTrigger="<tab>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<c-k>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<c-j>"
|
||||
|
Loading…
Reference in New Issue
Block a user