Major changes to nvim config
This commit is contained in:
parent
48c265049b
commit
6d2b03d2f8
4 changed files with 57 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue