Add Gramalecte configuration
This commit is contained in:
parent
2c53ab9e59
commit
cc6e105390
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,9 @@ call plug#begin('~/.local/lib/nvim/plugged')
|
|||
endif
|
||||
Plug 'zchee/deoplete-jedi'
|
||||
|
||||
"Grammalecte
|
||||
Plug 'dpelle/vim-Grammalecte', { 'on': 'GrammalecteCheck' }
|
||||
|
||||
call plug#end()
|
||||
|
||||
filetype plugin indent on
|
||||
|
@ -90,6 +93,11 @@ let g:airline_skip_empty_sections = 1
|
|||
"let g:airline#extensions#bufferline#enabled = 1
|
||||
let g:airline#extensions#tabline#show_splits = 0
|
||||
|
||||
" Grammalecte
|
||||
" -----------
|
||||
|
||||
let g:grammalecte_cli_py='/usr/bin/grammalecte-cli'
|
||||
|
||||
"set laststatus=2
|
||||
|
||||
" Deoplete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue