nvim: Disable providers we do not want to use ever
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
db2c2e0441
commit
e2fbaecbbf
1 changed files with 6 additions and 0 deletions
|
@ -675,6 +675,12 @@ let g:vista_ctags_cmd = {
|
||||||
" Allow nightfly theme to set indentline colors
|
" Allow nightfly theme to set indentline colors
|
||||||
let g:indentLine_setColors = 0
|
let g:indentLine_setColors = 0
|
||||||
|
|
||||||
|
" Disable providers we do not give a shit about
|
||||||
|
let g:loaded_python_provider = 0
|
||||||
|
let g:loaded_ruby_provider = 0
|
||||||
|
let g:loaded_perl_provider = 0
|
||||||
|
let g:loaded_node_provider = 0
|
||||||
|
|
||||||
" ----------------------------- Functions ------------------------------------
|
" ----------------------------- Functions ------------------------------------
|
||||||
function! NvimGdbNoTKeymaps()
|
function! NvimGdbNoTKeymaps()
|
||||||
tnoremap <silent> <buffer> <Esc> <C-\><C-n>
|
tnoremap <silent> <buffer> <Esc> <C-\><C-n>
|
||||||
|
|
Loading…
Reference in a new issue