Matt Sturgeon
5bd3cb1ef6
modules/options: backport opts
as an alias
2024-04-22 15:25:04 -05:00
Gaetan Lepage
e688754854
flake.lock: Update
2024-01-02 15:05:21 +01:00
Gaetan Lepage
27b0c6bf20
plugins/none-ls: add enableLspFormat option
2023-11-28 14:08:27 +01:00
Gaetan Lepage
ad5feeba7b
plugins/project-nvim: add option descriptions and tests
2023-11-28 10:49:19 +01:00
Gaetan Lepage
a13638c0e8
plugins/gitlinker: init
2023-11-27 16:58:24 +01:00
Gaetan Lepage
abb10f097e
plugins/lsp: add vls language server
2023-11-27 15:13:01 +01:00
Nick Hu
bacdae2c50
plugins/lsp: add pest_ls, the language server for pest
2023-11-24 14:13:32 +01:00
Gaetan Lepage
739bbfef2d
plugins/lsp: add emmet_ls language server
2023-11-24 12:13:08 +01:00
Gaetan Lepage
563a42c71c
plugins/treesitter-textobjects: init
2023-11-23 16:37:47 +01:00
Gaetan Lepage
0b1984ed81
plugins/lsp: enable auto-installing rustc and cargo
2023-11-23 15:22:42 +01:00
Mikael Fangel
a88b955020
plugins/none-ls: add ktlint formatter and diagnostics ( #729 )
2023-11-23 08:40:49 +01:00
Mikael Fangel
0883bab1ab
golangci-lint: init ( #719 )
2023-11-21 14:43:19 +01:00
Gaetan Lepage
3cb12cd964
plugins/lsp/efmls-configs: respect tool packages availability
2023-11-21 14:41:18 +01:00
Gaetan Lepage
c2ccb2dfab
plugins/typst: add options
2023-11-19 12:18:09 +01:00
traxys
1b44fe37a1
tests: Install all efmls-configs tools ( #709 )
...
This requires to pass the efmls-configs file to the derivation helpers,
if we try to import it from the test file directly it fails.
We then look into the types to find the available languages &
corresponding tools, to enable them all.
We then filter out the broken tools or the unpackaged tools, in order to
detect more easily the introduction of future tools.
2023-11-17 12:17:13 +01:00
ivandimitrov8080
fbe5169271
plugins/lsp: add prismals language server ( #708 )
...
* adding prismals to language servers
* enabling prismals in tests
2023-11-17 11:34:39 +01:00
Gaetan Lepage
9b10a38b5c
plugins/molten: init + test
2023-11-16 22:22:18 +01:00
Haseeb Majid
356e0e855b
plugins/dap-go: add buildFlags option
2023-11-16 00:28:08 +01:00
Gaetan Lepage
2fcbe50f4b
plugins/lint: init + test
2023-11-14 23:23:30 +01:00
Zach Coyle
06ebef8da8
plugins/lsp: add biome language server ( #698 )
...
* plugins/lsp: add biome language server
* fix:typo caught by codespell
* remove unnecessary package attribute
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
---------
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-11-14 14:54:47 +01:00
Gaetan Lepage
19654ffed2
plugins/lean: init + test
2023-11-14 11:14:45 +01:00
Gaetan Lepage
05d21678da
plugins/lsp: add leanls, the language server for lean
2023-11-14 11:14:45 +01:00
mrtnvgr
47260b5e53
plugins/catppuccin: update integrations ( #670 )
...
* plugins/catppuccin: update integrations
* add TODOs
* update mini integration
* fix indent_blankline.scope_color
* sort; update values
* fix ci
* NormalNvim
* update todos
2023-11-13 10:24:25 +01:00
Gaetan Lepage
b6724702b4
misc: refactor imports, prefer adding helpers
to args rather than importing it
2023-11-06 16:33:39 +01:00
traxys
e45be89f12
plugins/todo-comments: Allow to pass keymap options ( #599 )
...
This re-uses the keymap options defined in the keymaps module to allow
to define the options of todo-comments key mappings.
Fixes #598
Co-authored-by: gaetan@glepage.com
2023-11-06 15:53:26 +01:00
Yash Shinde
76291156fa
plugins/conform: init + test ( #667 )
2023-11-03 15:48:24 +01:00
Haseeb Majid
b5414a3841
feat: add new plugin git-worktree ( #678 )
...
Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
2023-11-01 15:47:45 +01:00
Haseeb Majid
8fb5fc43fe
plugins/refactoring: init + test ( #676 )
2023-10-31 10:20:00 +01:00
Gaetan Lepage
9004ffe32f
plugins/none-ls: disable fantomas test for darwin
2023-10-28 16:45:51 +02:00
Mikael Fangel
8e34083935
fantomas: init ( #672 )
2023-10-28 12:50:09 +02:00
mrtnvgr
315bc508ee
plugins/catppuccin: add disableUnderline option ( #669 )
...
* plugins/catppuccin: add `disableUnderline` option
* re-test?
* fix ci
2023-10-27 07:55:04 +02:00
Haseeb Majid
520a59668d
plugins/telescope.extensions.undo: init + ( #654 )
...
* new plugin
* add content
* add content
* Update plugins/telescope/undo.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/telescope/undo.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* add test
* Update plugins/telescope/undo.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* fix per pr comments
* fix per pr comments
* fix per pr comments
---------
Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-25 23:08:23 +02:00
Gaetan Lepage
2f06f921e0
plugins/indent-blankline: update options
2023-10-23 11:08:34 +02:00
traxys
954706ca4d
tests: Check example.nix in nix flake check ( #663 )
2023-10-22 14:53:52 +02:00
siph
56f46166f9
plugins/null-ls: migrate null-ls
to none-ls
2023-10-22 00:50:54 +02:00
Gaetan Lepage
3c4ac5ba0d
tests/lsp: disable fsautocomplete for non-linux systems
2023-10-21 19:53:01 +02:00
Gaetan Lepage
8d11162f5f
tests/lsp: disable broken futhark-lsp
2023-10-21 19:53:01 +02:00
Mikael Fangel
9832bc3f54
fsautocomplete: init ( #655 )
2023-10-20 10:39:09 +02:00
Haseeb Majid
d560fc6183
plugins/harpoon: allow to enable the telescope extension ( #624 )
2023-10-18 18:20:03 +02:00
Ruixi-rebirth
b5849e2407
plugins/null-ls: add formatting source: gofmt ( #653 )
2023-10-18 13:58:27 +02:00
Haseeb Majid
0ece949f98
plugins/nix-develop: init + tests ( #644 )
2023-10-18 10:19:46 +02:00
traxys
0b87e5b70c
plugin/persistence: init + tests ( #645 )
2023-10-16 23:54:41 +02:00
Haseeb Majid
0de47ebf77
plugin/hmts: init + tests ( #646 )
2023-10-15 17:32:16 +02:00
traxys
0a31f39447
plugins/flash: init + tests ( #625 )
2023-10-15 17:31:03 +02:00
Haseeb Majid
bab56daddb
plugins/better-escape: init + tests ( #626 )
...
* adding better escape
* fixing formatting
* fixing tests
* fixing comments from pr
* fixing comments from pr
* Update tests/test-sources/plugins/utils/better-escape.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/utils/better-escape.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/utils/better-escape.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/utils/better-escape.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/utils/better-escape.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/utils/better-escape.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* fixing comments from pr
---------
Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-13 23:47:44 +02:00
Gaetan Lepage
752f0481ce
plugins/wilder: update options and add missing ones
2023-10-11 12:53:19 +02:00
Gaetan Lepage
b483c752c2
plugins: wilder-nvim -> wilder
2023-10-11 12:53:19 +02:00
Zoey de Souza Pessanha
fc5bbc733c
colorschemes/melange: init + test ( #636 )
...
* feat: add melange colorscheme support
* fix: colorschemes typo
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* refactor: omit redundant tests
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
---------
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-10 17:45:23 +02:00
municorn
934bf7e2e3
fix(helpers): use "__unkeyed" prefix instead of "@" in toLuaObject
( #632 )
2023-10-09 15:50:21 +02:00
Haseeb Majid
eb84003a09
plugins/barbecue: init + tests ( #622 )
...
* doing changes
* fixing stuff
* fixing stuff
* Update plugins/bufferlines/barbecue.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/bufferlines/barbecue.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update plugins/bufferlines/barbecue.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update tests/test-sources/plugins/bufferlines/barbecue.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* fix function formatting
* Update plugins/bufferlines/barbecue.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* fix semicolon in modified
---------
Co-authored-by: Haseeb Majid <haseeb.majid@imaginecurve.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-10-06 13:57:31 +02:00