mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Added dashboard plugin
This commit is contained in:
parent
19abbf2c5b
commit
240eeb8401
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,7 @@ let s:ctx = g:dotfiles_plugins_list_context
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Misc {{{
|
" Misc {{{
|
||||||
|
call s:ctx.use('glepnir/dashboard-nvim')
|
||||||
if has('nvim-0.5.0')
|
if has('nvim-0.5.0')
|
||||||
call s:ctx.use('andweeb/presence.nvim')
|
call s:ctx.use('andweeb/presence.nvim')
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -11,9 +11,12 @@ let g:dotfiles_plugin_manager_inhibited_plugins = {
|
||||||
" Enable the clearly superior mode.
|
" Enable the clearly superior mode.
|
||||||
let g:vim_ide = 1
|
let g:vim_ide = 1
|
||||||
|
|
||||||
|
" Small plugin configs
|
||||||
|
let g:dashboard_default_executive ='fzf'
|
||||||
|
|
||||||
" Source Dima's config
|
" Source Dima's config
|
||||||
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
||||||
|
|
||||||
" Give me that beautiful colorscheme
|
" Styling
|
||||||
set termguicolors
|
set termguicolors
|
||||||
let airline_powerline_fonts = 1
|
let airline_powerline_fonts = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue