diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-21 17:52:58 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-21 17:52:58 -0500 |
| commit | 4b0d085006724b6f5a1d6db5b980800db44e0e88 (patch) | |
| tree | f11d40da0810690b65871b2e000a08afa98f113b /lua/user/plugins.lua | |
| parent | 94f160d1bda6c8a62caad92a1abd2c2582f2c9be (diff) | |
udpate
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index c8a32cb..b173f9b 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -64,10 +64,10 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer - use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for -- Telescope use "nvim-telescope/telescope.nvim" + use 'nvim-telescope/telescope-media-files.nvim' -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins |
