clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix kanagawa by removing other custom colors (they are installied with the plugin)

sspaeti 07303fcc 8230a3b7

+2 -1
+2 -1
nvim/init.vim
··· 67 67 "Plug 'kyazdani42/nvim-web-devicons' "Im using vim-devicons without color as it uses by nerdtree as well " Recommended (for coloured icons) 68 68 Plug 'ryanoasis/vim-devicons' "Icons without colours and used by NerdTree 69 69 Plug 'akinsho/bufferline.nvim', { 'tag': 'v2.*' } 70 - 71 70 Plug 'kevinhwang91/rnvimr' "replaces 'francoiscabrol/ranger.vim' 72 71 Plug 'preservim/nerdtree' 73 72 Plug 'Xuyuanp/nerdtree-git-plugin' "git status in nerdtree 73 + Plug 'lukas-reineke/indent-blankline.nvim' 74 74 75 75 "fast async search 76 76 Plug 'dyng/ctrlsf.vim' ··· 480 480 lua require('my_basic') 481 481 " lua plugins settings 482 482 lua require('plugins.bufferline') 483 + lua require('plugins.indent-blankline') 483 484 484 485 485 486 set encoding=utf8