diff --git a/.config/fish/conf.d/omf.fish b/.config/fish/conf.d/omf.fish index 3e0f6d6..f640224 100644 --- a/.config/fish/conf.d/omf.fish +++ b/.config/fish/conf.d/omf.fish @@ -5,3 +5,5 @@ set -q XDG_DATA_HOME # Load Oh My Fish configuration. source $OMF_PATH/init.fish +set -g theme_display_git_default_branch yes +set -g theme_use_abbreviated_branch_name no diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 80e8ca4..904f426 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -21,6 +21,7 @@ Plug 'norcalli/nvim-colorizer.lua' Plug 'vim-airline/vim-airline' Plug 'nvim-lua/plenary.nvim' Plug 'lewis6991/gitsigns.nvim' +Plug 'vim-scripts/DoxygenToolkit.vim' call plug#end() diff --git a/.config/omf/bundle b/.config/omf/bundle index ac8cb19..10c5fa9 100644 --- a/.config/omf/bundle +++ b/.config/omf/bundle @@ -1,2 +1,3 @@ theme agnoster +theme bobthefish theme default diff --git a/.config/omf/theme b/.config/omf/theme index e957063..ff8a58d 100644 --- a/.config/omf/theme +++ b/.config/omf/theme @@ -1 +1 @@ -agnoster +bobthefish