lsp ghost text optional config

This commit is contained in:
asep komarudin 2023-03-08 06:31:31 +07:00
parent 9faad80261
commit f60855a938
8 changed files with 149 additions and 36 deletions

View file

@ -32,9 +32,14 @@ return {
-- event = "BufWinEnter",
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
-- dependencies = "kyazdani42/nvim-web-devicons",
-- config = function()
-- require("user.nvim-tree")
-- end,
config = function()
local data_exists, treeconfig = pcall(require, "core.config")
if data_exists then
if treeconfig.loadnvimtree_lazy then
require("user.nvim-tree")
end
end
end,
},
-- for file tab
{