Initial Commit
This commit is contained in:
commit
f2ff7bda11
18 changed files with 342 additions and 0 deletions
10
after/plugin/nvimtree.lua
Executable file
10
after/plugin/nvimtree.lua
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
-- set termguicolors to enable highlight groups
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
require("nvim-tree").setup()
|
||||
|
||||
vim.keymap.set("n", "<leader>pt", ":NvimTreeToggle<CR>")
|
||||
|
||||
-- sets transparent background
|
||||
vim.cmd[[hi NvimTreeNormal guibg=NONE ctermbg=NONE]]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue