changing neotree keymaps, wip

This commit is contained in:
nicholasss 2025-02-03 15:43:48 -05:00
parent 2cc5918bbb
commit de76510fbb
3 changed files with 31 additions and 30 deletions

View file

@ -17,9 +17,7 @@ vim.opt.mouse = 'a'
vim.opt.showmode = true
-- Supposedly reduces load time
vim.schedule(function()
vim.opt.clipboard = 'unnamedplus'
end)
vim.opt.clipboard = 'unnamedplus'
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4