nvf/modules/plugins
Noah765 df0e2060c6 languages/dart: add flutter-tools.flutterPackage option
Previously, flutter-tools was dependent on the flutter SDK, which it found in the PATH. Having such undeclared and non-reproducible dependencies is against the principles of nix.
The flutterPackage option has been made optional for people who have installed the flutter SDK differently and want to keep it that way.
The enableNoResolvePatch option has been retained for people who have installed the flutter SDK using nix outside the scope of nvf and do not want to have to install it twice. The default value has been changed to false, assuming that most people who use nix to install flutter will use the flutterPackage option instead.
2025-04-18 17:05:57 +02:00
..
assistant assistant/codecompanion-nvim: Description clean up 2025-04-06 02:48:58 -04:00
autopairs treewide: find and fix typos 2024-11-26 10:36:39 +03:00
comments fix: bad comment keymaps (#488) 2024-12-06 12:57:33 +00:00
completion blink: remove ineffectful default transform_items 2025-04-01 14:57:02 +02:00
dashboard dashboard/alpha: configure with nix (#699) 2025-03-10 08:56:50 +00:00
debugger nvim-dap: fix bad keymap options 2024-12-05 00:58:23 +01:00
diagnostics diagnostics/nvim-lint: enable autocmd only if nvim-lint is enabled 2025-03-31 03:22:25 +03:00
filetree nvimtree: remove unnecessary import 2025-01-06 11:45:02 +01:00
formatter fix(formatter/conform-nvim): allow disabling format on/after save 2025-03-31 01:24:34 +02:00
git git/gitlinker-nvim: remove duplicate package entry 2025-04-14 17:02:34 +03:00
hydra utility/multicursors-nvim: init #610) 2025-02-22 16:41:38 +00:00
languages languages/dart: add flutter-tools.flutterPackage option 2025-04-18 17:05:57 +02:00
lsp lsp: add inlayHints support 2025-04-05 01:39:01 +00:00
mini mini/indentscope: add autocmd to disable indentscope in applicable filetypes 2025-04-04 22:31:36 +00:00
minimap minimap/minimap-vim: move code-minimap to extraPackages 2025-03-18 12:49:03 +03:00
notes notes/orgmode: fix npins name incompat 2025-02-11 22:17:12 +03:00
projects treewide: make the entire generated config lua based (#333) 2024-07-20 08:30:48 +00:00
rich-presence treewide: find and fix typos 2024-11-26 10:36:39 +03:00
runner flake: update run.nvim 2024-12-25 15:11:29 +01:00
session session/nvim-session-manager: fix option descriptions; more explicit library inherits 2025-03-04 23:33:50 +03:00
snippets luasnip: only add cmp source if cmp enabled 2025-02-06 19:26:15 +08:00
spellcheck neovim/spellcheck: add autogroup to spellcheck fts autocmd; fix vim-dirtytalk 2024-11-06 19:33:08 +03:00
statusline statusline/lualine: add neo-tree extension 2025-04-06 07:19:53 +00:00
tabline tabline/bufferline: add neo-tree integration 2025-04-04 12:35:52 +00:00
terminal toggleterm: use new keybind helper 2024-11-30 15:46:09 +01:00
theme lsp/lsp-aga: add catppuccin integration (#779) 2025-04-03 13:27:59 +00:00
treesitter treesitter: mention builtGrammars in grammars option 2025-04-04 16:45:05 +03:00
ui ui/illuminate: add more applicable filetypes to denylist 2025-04-04 16:26:18 +00:00
utility Merge pull request #804 from ckoehler/fix-telescope-ignore 2025-04-06 05:35:53 +00:00
visuals visuals/nvim-scrollbar: add fastaction popups to ignored fts 2025-03-30 05:08:01 +03:00