Compare commits

..

19 Commits

Author SHA1 Message Date
9a1dff2525 feat(plugins,nix): godot integration 2025-12-14 20:53:41 -03:00
d2b9cc3808 feat(nix): provide home-manager and nixos modules directly in flake.nix 2025-12-14 20:53:41 -03:00
3a0df8e527 feat(package): missing ripgrep depenndency for telescope 2025-12-14 20:53:41 -03:00
4cd90e887c feat(plugins): nvim-autopairs 2025-12-14 20:53:41 -03:00
68560f5b9a feat(nix): reorganize plugins in neovim package for nix 2025-12-14 20:53:40 -03:00
5c81a42ab9 chore(deps): update flakes 2025-12-14 20:53:40 -03:00
01e5cde50e feat(plugins,formatters): move formatters to dedicated file 2025-12-14 20:53:40 -03:00
e81d290f32 feat(keymaps): tweaks to keymaps 2025-12-14 20:53:40 -03:00
6155583139 feat(keymap): spellingn toggle and correction 2025-12-14 20:53:40 -03:00
017cc5ab53 feat(debugger): golang adapter for dap 2025-12-14 20:53:39 -03:00
d4106e2eee feat(debugger,keymaps): dap and dapui debugging configuration 2025-12-14 20:53:39 -03:00
11efcf9ee9 fixup! feat(keymaps,plugins): navigation and keymaps with telescope and harpoon 2025-12-14 20:53:39 -03:00
43a9be8024 feat(commands): replace Ex command for yazi 2025-12-14 20:53:39 -03:00
e4ac5c4ebc feat(commands): grip command for markdown preview 2025-12-14 20:53:39 -03:00
7efbf2ad17 feat: file managing with yazi 2025-12-14 20:53:39 -03:00
41f3c4a603 feat(plugins): secret hidding with cloak.nvim 2025-12-14 20:53:38 -03:00
eaf72c703c feat(plugins): appearance settings and theme 2025-12-14 20:53:38 -03:00
9a2d1f2f74 fixup! feat(plugins): auto-formatting with conform.nvim 2025-12-14 20:53:38 -03:00
e0ef613032 feat(plugins): auto-saving and auto-sessions 2025-12-14 20:53:38 -03:00

View File

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