12.nixvim/modules
2025-05-13 18:45:00 +01:00
..
lsp modules/lsp/onAttach: fix bufnr and document event arg 2025-05-13 18:45:00 +01:00
misc modules/context: flake option, provides access to our flake 2024-12-23 12:18:06 +00:00
top-level modules/top-level: change usages of import to callPackage 2025-05-12 17:39:01 +03:00
autocmd.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
clipboard.nix
colorscheme.nix
commands.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
default.nix modules/lsp: move to dedicated directory 2025-04-28 17:59:05 +01:00
dependencies.nix plugins/claude-code: add claude-code dependency 2025-05-08 10:35:31 +02:00
diagnostic.nix modules/diagnostic: rename diagnostic.config -> diagnostic.settings 2025-04-30 18:31:17 +01:00
doc.nix
editorconfig.nix
files.nix
filetype.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
highlights.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
keymaps.nix modules/keymap: quickfix, use "keep" rather than "error" 2024-12-20 01:54:02 -08:00
lazyload.nix plugins/packer: remove (deprecated) 2025-04-01 16:03:03 +02:00
lua-loader.nix modules/lua-loader: use new 0.11 API for enabling/disabling 2025-04-01 16:03:03 +02:00
opts.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
output.nix modules: add env option 2025-03-24 18:50:29 +01:00
performance.nix modules/performance: add ability to byte compile extraLuaPackages 2025-05-12 17:39:01 +03:00
plugins.nix