changing neotree keymaps, wip
This commit is contained in:
parent
2cc5918bbb
commit
de76510fbb
3 changed files with 31 additions and 30 deletions
4
init.lua
4
init.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue