chore: fix typos and such

This commit is contained in:
Mohammad Rafiq 2025-02-21 04:21:40 +08:00
parent 0139e77bde
commit dcc406577d
3 changed files with 7 additions and 3 deletions

View file

@ -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,
}