Add nvm to fish
changed theme back to 'tokyonight' on nvim
Added jq for ranger as a dependency
This commit is contained in:
KaasKop-
2023-12-29 16:19:44 +01:00
parent 1e94159dbf
commit cf061d2777
14 changed files with 363 additions and 6 deletions

View File

@@ -1,6 +1,24 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
opts = {
filesystem = {
bind_to_cwd = true,
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = false,
-- For windows
hide_hidden = false,
},
},
close_if_last_window = false,
window = {
mappings = {
["P"] = { "toggle_preview", config = { use_float = false, use_image_nvim = true } },
},
},
},
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended