diff --git a/lua/keymappings.lua b/lua/keymappings.lua index e5686ba..9ccf829 100644 --- a/lua/keymappings.lua +++ b/lua/keymappings.lua @@ -75,8 +75,9 @@ utils.map('v', 'h', 'Telescope command_history') utils.map('n', '', 'Telescope commands') utils.map('n', 'b', 'Telescope buffers') utils.map('n', 'q', 'Telescope quickfix') -utils.map('n', 'l', 'Telescope loclist') +utils.map('n', 'l', 'Telescope live_grep') utils.map('n', 'r', 'Telescope lsp_references') utils.map('n', '', 'Telescope lsp_document_symbols') utils.map('n', '', 'Telescope lsp_document_symbols') utils.map('n', 'v', 'Telescope lsp_document_diagnostics') +utils.map('n', '', 'Telescope neoclip plus') diff --git a/lua/plugins.lua b/lua/plugins.lua index a5be9b3..32b9f0b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -6,7 +6,7 @@ return require('packer').startup(function() use {'nvim-treesitter/nvim-treesitter'} use { 'nvim-telescope/telescope.nvim', - requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}} + requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}, {'kyazdani42/nvim-web-devicons'}} } use {'sainnhe/gruvbox-material'} use {'lukas-reineke/indent-blankline.nvim'}