Compare commits

..

19 Commits

Author SHA1 Message Date
2e6c687a7c feat(plugins,nix): godot integration 2025-12-14 21:59:29 -03:00
1c1cd0ca52 feat(nix): provide home-manager and nixos modules directly in flake.nix 2025-12-14 21:59:29 -03:00
b71abaec7a feat(package): missing ripgrep depenndency for telescope 2025-12-14 21:59:29 -03:00
144b5cdde9 feat(plugins): nvim-autopairs 2025-12-14 21:59:29 -03:00
c00702d1cb feat(nix): reorganize plugins in neovim package for nix 2025-12-14 21:59:28 -03:00
aa88049fab chore(deps): update flakes 2025-12-14 21:59:28 -03:00
4d7aa88641 feat(plugins,formatters): move formatters to dedicated file 2025-12-14 21:59:28 -03:00
e8e109babb feat(keymaps): tweaks to keymaps 2025-12-14 21:59:28 -03:00
196da5309e feat(keymap): spellingn toggle and correction 2025-12-14 21:59:28 -03:00
be99745640 feat(debugger): golang adapter for dap 2025-12-14 21:59:27 -03:00
a9a59ec260 feat(debugger,keymaps): dap and dapui debugging configuration 2025-12-14 21:59:27 -03:00
1fdc7ec7fe fixup! feat(keymaps,plugins): navigation and keymaps with telescope and harpoon 2025-12-14 21:59:27 -03:00
7fc1d34a1c feat(commands): replace Ex command for yazi 2025-12-14 21:59:27 -03:00
a68a167264 feat(commands): grip command for markdown preview 2025-12-14 21:59:27 -03:00
526a626136 feat: file managing with yazi 2025-12-14 21:59:26 -03:00
8b935a5760 feat(plugins): secret hidding with cloak.nvim 2025-12-14 21:59:26 -03:00
eaf3ff77e9 feat(plugins): appearance settings and theme 2025-12-14 21:59:26 -03:00
430fefba32 fixup! feat(plugins): auto-formatting with conform.nvim 2025-12-14 21:59:26 -03:00
fb5ea210ba feat(plugins): auto-saving and auto-sessions 2025-12-14 21:59:26 -03:00

View File

@@ -162,7 +162,7 @@ lze.load({
"SessionSearch",
"Auutosession",
},
lazy = not (#vim.fs.root(0, ".git") > 0),
lazy = not (#(vim.fs.root(0, ".git") or 0) > 0),
},
-- Secrets hiding