[nvim] Added dashboard plugin

This commit is contained in:
Alyxia Sother 2021-07-04 19:30:48 +02:00
parent 19abbf2c5b
commit 240eeb8401
No known key found for this signature in database
GPG key ID: 355968D14144B739
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,7 @@ let s:ctx = g:dotfiles_plugins_list_context
" }}}
" Misc {{{
call s:ctx.use('glepnir/dashboard-nvim')
if has('nvim-0.5.0')
call s:ctx.use('andweeb/presence.nvim')
endif

View file

@ -11,9 +11,12 @@ let g:dotfiles_plugin_manager_inhibited_plugins = {
" Enable the clearly superior mode.
let g:vim_ide = 1
" Small plugin configs
let g:dashboard_default_executive ='fzf'
" Source Dima's config
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
" Give me that beautiful colorscheme
" Styling
set termguicolors
let airline_powerline_fonts = 1