mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add lsp optional plugins and add config virtual text
This commit is contained in:
parent
7433474605
commit
9faad80261
7 changed files with 52 additions and 10 deletions
|
@ -32,9 +32,9 @@ return {
|
|||
-- event = "BufWinEnter",
|
||||
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
|
||||
-- dependencies = "kyazdani42/nvim-web-devicons",
|
||||
config = function()
|
||||
require("user.nvim-tree")
|
||||
end,
|
||||
-- config = function()
|
||||
-- require("user.nvim-tree")
|
||||
-- end,
|
||||
},
|
||||
-- for file tab
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue