[nvim] inhibited_plugins stopped working...?

This commit is contained in:
Alyxia Sother 2021-07-04 22:08:51 +02:00
parent e89aea9d82
commit b0ff98eb03
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 10 additions and 6 deletions

View File

@ -1,12 +1,14 @@
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
let g:k_dotfiles_dir = expand('<sfile>:p:h:h')
let &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
let &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath
" Disable the following plugins from Dima's list
" https://github.com/dmitmel/dotfiles/commit/ae79a2b708c79cf91a889737e69b7256681d0478
let g:dotfiles_plugin_manager_inhibited_plugins = {
\ 'vim-airline': 1,
\ }
" Disable airline to use barbar
let g:loaded_airline = 1
" This has stopped working...?
" let g:dotfiles_plugin_manager_inhibited_plugins = {
" \ 'vim-airline': 1,
" \ }
" Enable the clearly superior mode.
let g:vim_ide = 1
@ -17,6 +19,8 @@ let g:dashboard_default_executive ='fzf'
" Source Dima's config
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
let &runtimepath = &runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
" Styling
set termguicolors
let airline_powerline_fonts = 1