chore: fix typos and such
This commit is contained in:
parent
0139e77bde
commit
dcc406577d
3 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,9 @@ return { -- Lua table
|
|||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup {}
|
||||
require("nvim-tree").setup {
|
||||
hijack_cursor = true, -- makes cursor stick to first char
|
||||
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue