diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-11-19 21:57:21 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-11-19 21:57:21 -0500 |
| commit | 1313ecb6f632136c279df3b850d8560d20b28b02 (patch) | |
| tree | c0f67a84865cc987b5e43b801a231aacaa1d4d5b /init.lua | |
| parent | af8e490bd900626638b5249d9184e83ac2734e53 (diff) | |
| download | nvim-config-1313ecb6f632136c279df3b850d8560d20b28b02.tar.gz nvim-config-1313ecb6f632136c279df3b850d8560d20b28b02.tar.xz | |
Fix configuration issues with updated LSP zero. Bump telescope version.
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -30,8 +30,7 @@ require('packer').startup(function(use) use { - 'nvim-telescope/telescope.nvim', tag = '0.1.0', - -- or , branch = '0.1.x', + 'nvim-telescope/telescope.nvim', tag = '0.1.4', requires = { {'nvim-lua/plenary.nvim'} } } @@ -244,3 +243,6 @@ vim.api.nvim_create_user_command( end, { nargs = 0 } ) + + + |
