remove that annoying asss tree plugin
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
|
||||
require("nvim-tree").setup({
|
||||
hijack_unnamed_buffer_when_opening = true,
|
||||
--open_on_setup = false,
|
||||
--open_on_setup_file = false,
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
},
|
||||
view = {
|
||||
width = 35,
|
||||
side = "right",
|
||||
},
|
||||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
}
|
||||
})
|
||||
--require("nvim-tree").setup({
|
||||
--hijack_unnamed_buffer_when_opening = true,
|
||||
----open_on_setup = false,
|
||||
----open_on_setup_file = false,
|
||||
--update_focused_file = {
|
||||
--enable = true,
|
||||
--},
|
||||
--view = {
|
||||
--width = 35,
|
||||
--side = "right",
|
||||
--},
|
||||
--git = {
|
||||
--ignore = false,
|
||||
--},
|
||||
--filters = {
|
||||
--dotfiles = false,
|
||||
--}
|
||||
--})
|
||||
|
||||
|
||||
@@ -47,8 +47,8 @@ require('smart-splits').setup({
|
||||
})
|
||||
|
||||
-- resize splits
|
||||
vim.keymap.set('', '<A-S-h>', require('smart-splits').resize_left)
|
||||
vim.keymap.set('', '<A-S-j>', require('smart-splits').resize_down)
|
||||
vim.keymap.set('', '<A-S-k>', require('smart-splits').resize_up)
|
||||
vim.keymap.set('', '<A-S-l>', require('smart-splits').resize_right)
|
||||
vim.keymap.set('', '<A-C-h>', require('smart-splits').resize_left)
|
||||
vim.keymap.set('', '<A-C-j>', require('smart-splits').resize_down)
|
||||
vim.keymap.set('', '<A-C-k>', require('smart-splits').resize_up)
|
||||
vim.keymap.set('', '<A-C-l>', require('smart-splits').resize_right)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user