mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] inhibited_plugins stopped working...?
This commit is contained in:
parent
e89aea9d82
commit
b0ff98eb03
1 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue