1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/modules
Matt Sturgeon cf6c8ef1fa modules/lsp: be explicit about shorthandOnlyDefinesConfig
`shorthandOnlyDefinesConfig` is true by default for `lib.types.submodule`,
and false by default for `lib.types.submoduleWith` and `lib.evalModules`.

Since we rely on it for our `lsp.servers.*.config` option, let's enable
it explicitly.
2025-10-09 15:31:01 +00:00
..
lsp modules/lsp: be explicit about shorthandOnlyDefinesConfig 2025-10-09 15:31:01 +00:00
misc modules/context: flake option, provides access to our flake 2024-12-23 12:18:06 +00:00
top-level modules/test: add extraInputs option 2025-09-30 17:01:17 +00:00
autocmd.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
clipboard.nix modules/clipboard: allow raw lua code in register option 2024-11-15 18:40:10 +00:00
colorscheme.nix modules: cleanup with lib 2024-09-03 22:12:33 -05:00
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 dependencies: add rzls 2025-10-06 16:38:18 +00:00
diagnostic.nix modules/diagnostic: rename diagnostic.config -> diagnostic.settings 2025-04-30 18:31:17 +01:00
doc.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
editorconfig.nix modules: cleanup with lib 2024-09-03 22:12:33 -05:00
files.nix modules/files: improve extraFiles example 2025-07-08 17:11:55 +00:00
filetype.nix treewide (cleaning): helpers.toLuaObject -> lib.nixvim.toLuaObject 2024-12-15 21:55:51 +00:00
highlights.nix flake: add nixf-diagnose to treefmt config 2025-10-01 00:42:40 +00:00
keymaps.nix treewide: format with new treefmt 2025-07-25 16:18:00 +00:00
lazyload.nix plugins/presence: rename module 2025-10-06 21:22:59 +00: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 output: add extraPackagesAfter option 2025-06-08 22:14:58 +00:00
performance.nix modules/performance: add excludedPlugins option to byte compilation 2025-09-14 11:48:13 +00:00
plugins.nix treewide: format with new treefmt 2025-07-25 16:18:00 +00:00