# HG changeset patch # User zegervdv # Date 1599985805 -7200 # Node ID 6744d7605e8bffffd57756a2a2c3d1019c4e61fd # Parent 3df002e18c794dafa16e57ad8dcb07588c3b19c6 Add telescope plugin diff -r 3df002e18c79 -r 6744d7605e8b dot_config/kitty/kitty.conf --- 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 diff -r 3df002e18c79 -r 6744d7605e8b dot_config/nvim/init.vim --- 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 diff -r 3df002e18c79 -r 6744d7605e8b dot_zshrc --- a/dot_zshrc Tue Sep 08 23:06:03 2020 +0200 +++ b/dot_zshrc Sun Sep 13 10:30:05 2020 +0200 @@ -190,7 +190,6 @@ alias ls="ls --color" alias xclip='xclip -selection clipboard' alias view='nvim -R' -alias fd='fdfind' # Exports export XDG_CONFIG_HOME=$HOME/.config