Major changes to nvim config

This commit is contained in:
PowerUser64 2021-09-05 13:47:46 -07:00
parent 48c265049b
commit 6d2b03d2f8
4 changed files with 57 additions and 12 deletions

View file

@ -1,5 +1,11 @@
local M = {}
-- chadtree
M.chadtree = function ()
vim.api.nvim_set_keymap('n', '<leader>v', '<cmd>CHADopen<cr>', { noremap = true, silent = true })
-- chadtree_settings.theme.text_colour_set = "trapdoor"
end
-- nvimtree
M.nvimtree = function ()
local tree_cb = require'nvim-tree.config'.nvim_tree_callback