Mercurial > dotfiles
comparison dot_config/nvim/init.vim @ 289:6744d7605e8b
Add telescope plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 13 Sep 2020 10:30:05 +0200 |
parents | 6dad02f7604f |
children | 49f6ad79b7b0 |
comparison
equal
deleted
inserted
replaced
288:3df002e18c79 | 289:6744d7605e8b |
---|---|
110 " Plug 'nvim-treesitter/nvim-treesitter' | 110 " Plug 'nvim-treesitter/nvim-treesitter' |
111 Plug '~/Projects/nvim-treesitter' | 111 Plug '~/Projects/nvim-treesitter' |
112 Plug 'nvim-treesitter/playground' | 112 Plug 'nvim-treesitter/playground' |
113 Plug 'steelsojka/completion-buffers' | 113 Plug 'steelsojka/completion-buffers' |
114 Plug 'nvim-treesitter/completion-treesitter' | 114 Plug 'nvim-treesitter/completion-treesitter' |
115 Plug 'nvim-lua/popup.nvim' | |
116 Plug 'nvim-lua/plenary.nvim' | |
117 Plug 'nvim-lua/telescope.nvim' | |
115 endif | 118 endif |
116 | 119 |
117 " Copying | 120 " Copying |
118 Plug 'ShikChen/osc52.vim' | 121 Plug 'ShikChen/osc52.vim' |
119 | 122 |