Add settings for nvim gui and install telescope cder plugin

This commit is contained in:
Marko Korhonen 2022-10-20 11:24:54 +03:00
parent 7e6a410b86
commit a5e1613b07
4 changed files with 14 additions and 2 deletions

View file

@ -33,7 +33,7 @@ require('packer').startup(function()
}
-- Startup screen/dashboard
use 'glepnir/dashboard-nvim'
--use 'glepnir/dashboard-nvim'
-- Git in signcolumn
use 'airblade/vim-gitgutter'
@ -69,7 +69,8 @@ require('packer').startup(function()
requires = {
{'nvim-lua/plenary.nvim'}, -- Internal dep for telescope
{'nvim-telescope/telescope-fzf-native.nvim', run = 'make'}, -- Use fzf for fuzzy finder
{'nvim-telescope/telescope-ui-select.nvim'} -- Replace vim built in select with telescope
{'nvim-telescope/telescope-ui-select.nvim'}, -- Replace vim built in select with telescope
{'zane-/cder.nvim'}, -- cd plugin for telescope
}
}