Gaetan Lepage
cf037458dd
colorschemes/nightfox: add flavor option
2024-05-29 07:41:21 +02:00
Matt Sturgeon
56d39f54fe
plugins/telescope: remove redundant keymapsSilent
option
2024-05-28 20:40:45 +01:00
Matt Sturgeon
bc0db2751c
plugins/telescope: support non-builtin keymaps
...
Use the `:Telescope` command instead of relying directly on
`require("telescope.builtin")`.
2024-05-28 20:40:29 +01:00
Gaetan Lepage
deafcf44de
colorschemes/nightfox: init
2024-05-28 21:01:19 +02:00
Gaetan Lepage
a2afa56344
plugins/git-conflict: init
2024-05-27 20:19:30 +02:00
Gaetan Lepage
4175fac0ea
keymaps: remove remaining usages of deprecated lua option
2024-05-27 14:57:40 +02:00
Gaetan Lepage
0d745bdacf
plugins/trim: init
2024-05-27 13:26:35 +02:00
Austin Horstman
ba293d3640
plugins/lsp/language-servers/nil_ls: improve settings options
2024-05-26 23:33:17 +02:00
Matt Sturgeon
beb86eec7c
plugins/refactoring: add telescope option
...
refactoring.nvim comes with a telescope picker that can be used via
```lua
require('telescope').extensions.refactoring.refactors
```
2024-05-26 10:56:30 +01:00
Matt Sturgeon
61cc6e9f22
plugins/refactoring: add missing option show_success_message
2024-05-26 10:56:29 +01:00
Matt Sturgeon
e3b4315903
plugins/refactoring: switch to mkNeovimPlugin
2024-05-26 10:56:29 +01:00
Gaetan Lepage
546b4b029d
plugins/jsonls: add settings option
2024-05-25 22:26:50 +01:00
Gaetan Lepage
f3e2a064a1
plugins/yamlls: add settings option
2024-05-25 22:26:50 +01:00
Matt Sturgeon
2494e0af08
plugins/telescope: make enabledExtensions
public
...
Allow users to add telescope extensions we don't support yet.
2024-05-25 20:37:51 +01:00
Ismaïl Senhaji
9d858de2e9
plugins/lualine: fix extensions option
2024-05-24 17:06:55 +01:00
Jan Kremer
63cfd8cefc
plugins/ccc: Add more settings
2024-05-21 13:17:00 +02:00
Gaetan Lepage
5b09c711e2
plugins/rustaceanvim: switch to mkNeovimPlugin
2024-05-21 00:12:26 +02:00
Gaetan Lepage
c490fbe5d9
plugins/neogit: Adapt to upstream options changes
2024-05-20 20:55:45 +02:00
Gaetan Lepage
818834a7bb
plugins/lsp-format: fix setup example
2024-05-20 12:01:55 +02:00
Wester de Cocq
169d7f4dc0
plugins/rustaceanvim: fix onAttach
2024-05-20 10:08:18 +02:00
Gaetan Lepage
88ade1dfaa
plugins/rustaceanvim: move source files to languages/rust subfolder
2024-05-19 15:39:51 +02:00
Gaetan Lepage
0e5ed7e782
plugins/rust-tools: move source files to languages/rust subfolder
2024-05-19 15:39:51 +02:00
Gaetan Lepage
7c4fe30f81
lib/options: introduce new mkPackageOption for dependencies
2024-05-17 22:15:47 +02:00
Gaetan Lepage
26367692da
lib/options: rename mkPackageOption to mkPluginPackageOption
2024-05-17 22:15:47 +02:00
jrichardsen
a9682e28ec
Allow statuscol segment text to be null
...
Signed-off-by: jrichardsen <jonas.richardsen@gmail.com>
2024-05-17 16:45:15 +02:00
Wester de Cocq
53697141b5
plugins/rustaceanvim: update options
2024-05-17 14:01:22 +02:00
Gaetan Lepage
d844ac1a06
plugins/lsp/tinymist: add settings options
2024-05-17 09:36:12 +02:00
Haseeb Majid
c5bb651d01
plugins/arrow: init
2024-05-16 22:34:27 +02:00
Gaetan Lepage
6be28a941b
plugins/lsp/nixd: refactor
2024-05-15 23:13:33 +02:00
Gaetan Lepage
f14aa756ba
plugins/lsp/vls: inline options and config in language-servers/default.nix
2024-05-15 23:13:33 +02:00
Gaetan Lepage
e97755be47
plugins/lsp/language-servers: add extraOptions argument to mkLsp
2024-05-15 23:13:33 +02:00
Gaetan Lepage
2705ce0ec6
plugins/lsp/language-servers: harmless refactor
2024-05-15 08:44:25 +02:00
Sergio Ribera
4530a35bad
plugins/lspkind: undefined variable
2024-05-13 08:40:53 +02:00
traxys
908932b53c
plugins/nixd: Adapt to new options
...
Note that due to the structure of the code we can't introduce
deprecation warnings, it results in:
cannot find attribute `plugins.lsp.servers.nixd.settings.XXX`
2024-05-12 19:27:25 +02:00
traxys
62f32bfc71
treewide: Reformat with nixfmt
2024-05-05 22:00:40 +02:00
Gaetan Lepage
c05fba47c7
plugins/cmp-git: add settings option
2024-05-03 12:06:01 +02:00
Gaetan Lepage
20aea5cd7a
plugins/lsp: move dartls options in a dedicated file
2024-05-03 11:11:51 +02:00
theabm
82a19581de
colorschemes/cyberdream: init
2024-05-02 00:02:35 +02:00
Gaetan Lepage
afa64f35ee
plugins/lsp/helpers/mkLsp: add extraConfig argument
2024-05-01 17:45:16 +02:00
Gaetan Lepage
b5dbe0bb69
plugins/lsp: make plugins.lsp.servers.*.settings RFC-42 compliant
2024-05-01 17:45:16 +02:00
Felix Boehme
2483dff03d
plugins/cmp-async-path: init
2024-04-30 18:36:11 +02:00
Gaetan Lepage
dc038244f8
plugins/cmp: refactor source-plugin internal mechanics
2024-04-30 13:32:00 +02:00
Gaetan Lepage
35c0f71457
plugins/cmp-fish: add fishPackage option
2024-04-30 00:02:51 +02:00
theabm
4dea1478eb
plugins/lazygit: init
2024-04-29 15:52:49 +02:00
Gaetan Lepage
62cf01df74
plugins/hydra: init
2024-04-29 09:45:02 +02:00
Gaetan Lepage
bf23dfdb0f
plugins/lsp: add nginx-language-server
2024-04-29 09:43:58 +02:00
Gaetan Lepage
3fe60dbed0
plugins/spectre: init
2024-04-29 09:38:32 +02:00
Gaetan Lepage
b12d81c69a
plugins/lsp: add ast-grep language server
2024-04-29 07:36:37 +02:00
svl
e2e7258267
plugins/competitest: init
...
Add support for competitest.nvim, a neovim plugin for Competitive Programming.
2024-04-28 17:57:35 +02:00
theabm
e521e37f51
plugins/dressing: init
2024-04-28 15:51:40 +02:00