new plugins, from coq to cmp, fixes, xdebug, install python3 fixes
This commit is contained in:
@@ -7,17 +7,17 @@ return {
|
||||
keys = {
|
||||
{ '<f1>', '<cmd>Neotree toggle<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'NeoTree toggle', noremap = true, silent = true },
|
||||
},
|
||||
branch = 'v3.x',
|
||||
dependencies = {
|
||||
-- Lua functions
|
||||
branch = 'v3.x',
|
||||
dependencies = {
|
||||
-- Lua functions
|
||||
{ 'nvim-lua/plenary.nvim' },
|
||||
|
||||
-- Provides Nerd Font icons (glyphs) for use by neovim plugins
|
||||
{ 'nvim-tree/nvim-web-devicons' },
|
||||
|
||||
-- UI Component Library for Neovim
|
||||
|
||||
-- Provides Nerd Font icons (glyphs) for use by neovim plugins
|
||||
{ 'nvim-tree/nvim-web-devicons' },
|
||||
|
||||
-- UI Component Library for Neovim
|
||||
{ 'MunifTanjim/nui.nvim' },
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
close_if_last_window = true,
|
||||
clipboard = {
|
||||
|
||||
Reference in New Issue
Block a user