Mercurial > dotfiles
changeset 289:6744d7605e8b
Add telescope plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 13 Sep 2020 10:30:05 +0200 |
parents | 3df002e18c79 |
children | 5f10ec5323fe |
files | dot_config/kitty/kitty.conf dot_config/nvim/init.vim dot_zshrc |
diffstat | 3 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/kitty/kitty.conf Tue Sep 08 23:06:03 2020 +0200 +++ b/dot_config/kitty/kitty.conf Sun Sep 13 10:30:05 2020 +0200 @@ -11,8 +11,8 @@ foreground #abb2bf background #282c34 -color0 #282828 -color8 #484848 +color0 #282c34 +color8 #282c34 color1 #f43753 color9 #f43753 @@ -43,4 +43,4 @@ draw_minimal_borders yes active_border_color #b3deef -inactive_border_color #282828 +inactive_border_color #282c34
--- a/dot_config/nvim/init.vim Tue Sep 08 23:06:03 2020 +0200 +++ b/dot_config/nvim/init.vim Sun Sep 13 10:30:05 2020 +0200 @@ -112,6 +112,9 @@ Plug 'nvim-treesitter/playground' Plug 'steelsojka/completion-buffers' Plug 'nvim-treesitter/completion-treesitter' + Plug 'nvim-lua/popup.nvim' + Plug 'nvim-lua/plenary.nvim' + Plug 'nvim-lua/telescope.nvim' endif " Copying