Commit graph

640 commits

Author SHA1 Message Date
Gaetan Lepage
c29a33d38a plugins/instant: switch to mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
1a7a726a98 plugins/vimtex: formatting 2024-01-14 22:35:27 +01:00
Gaetan Lepage
3be30efc3b colorschemes/nord: switch to mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
20c1ae069e plugins/markdown-preview: switch to mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
9eea1486bc plugins/undotree: switch to mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
a82b8188fd plugins/vim-slime: switch to using mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
c498d0b9c9 plugins/tagbar: switch to using mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
bc0886c6bb plugins/copilot-vim: switch to using mkPlugin 2024-01-14 22:35:27 +01:00
Gaetan Lepage
97fb6d6a29 helpers/mkPlugin: add extraConfig option 2024-01-14 22:35:27 +01:00
Gaetan Lepage
749a8a38c4 plugins/lsp: add htmx lsp 2024-01-12 23:39:32 +01:00
Gaetan Lepage
61da581315 plugins/lsp: add prolog-ls 2024-01-12 22:34:09 +01:00
garaiza-93
0379ab34cc
plugins/none-ls: add bandit source (#925)
* plugins/none-ls: add bandit source

* plugins/none-ls: add test for bandit
2024-01-11 08:32:13 +01:00
siph
7d6c62833b plugins/lsp: add nushell language server 2024-01-11 08:30:18 +01:00
William Vandervalk
65689c5dd8 colorschemes/base16: update base16 colorscheme list 2024-01-10 22:51:02 +01:00
Gaetan Lepage
b4ddb32288 plugins/dap: minor refactoring 2024-01-09 15:57:55 +01:00
Coutinho de Souza
6645fea915
plugins/lsp: add beancount-language-server (#920) 2024-01-09 00:04:55 +01:00
Gaetan Lepage
0f1c0bda6d plugins/nvim-cmp: fix example for mappings option 2024-01-08 13:28:15 +01:00
Peter Tonner
f85f26878f
misc: correct molten image provider options (#915)
* misc: correct molten image provider options

* fix: update formatting
2024-01-07 00:02:54 +01:00
Gaetan Lepage
a1f8b437b3 plugins/ollama: use new mkNullOrStr 2024-01-06 19:52:52 +01:00
Gaetan Lepage
bd6a6776dd plugins/obsidian: init 2024-01-06 19:52:52 +01:00
Gaetan Lepage
55745158c2 plugins/ollama: init 2024-01-06 16:45:17 +01:00
Richard Halford
b0895fc9fa
plugins/lsp: add templ language server (#905)
* plugins/lsp: add templ language server

* plugins/templ: remove name 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>
2024-01-06 16:14:54 +01:00
Gaetan Lepage
965f4b0b20 colorschemes/palette: init 2024-01-06 14:55:42 +01:00
vincent.cui
1f1065df1e plugins/comment-nvim: add {pre,post}Hook options 2024-01-05 15:49:41 +01:00
Hayden
a2c5bd3548
plugins/lsp: add dagger language server (for cuelang) (#890) 2024-01-05 15:25:40 +01:00
Gaetan Lepage
2785267b1b plugins/treesitter: add an option to control if gcc should be installed 2024-01-04 09:01:54 +01:00
traxys
8aa4b7e4ce
helpers: Add option helpers for types that are either a lua str or a value (#876)
Those types needed the following code in apply:

if builtins.isString value
then mkRaw value
else value

This commit avoids this boilerplate, and clarifies that the `str` is lua
code in the documentation.
2024-01-02 00:30:10 +01:00
traxys
8b8a1c0f4b
fix: Remove missed mentions of rawType (#875) 2024-01-02 00:26:41 +01:00
Gaetan Lepage
0e52776433 plugins/bufferline: use nixvimTypes.highlight 2024-01-02 00:14:32 +01:00
Gaetan Lepage
f88ff0a82e helpers: borderType -> nixvimTypes.border 2024-01-01 23:55:27 +01:00
Gaetan Lepage
d88a30fba6 helpers: highlightType -> nixvimTypes.highlight 2024-01-01 23:55:27 +01:00
traxys
af41ea2d80
helpers: move rawType to helpers.nixvimTypes (#871)
This is done in preparation of adding new (lua) types to help the
documentation.
2024-01-01 23:33:53 +01:00
Gaetan Lepage
1057ef93e3 plugins/codeium-nvim: init 2024-01-01 23:13:47 +01:00
Gaetan Lepage
e1e417bff8 plugins/image: init 2024-01-01 22:08:54 +01:00
traxys
abd1c4007a
helpers: Add mkLua,mkLuaFn (defaultNullOpts or not) (#866)
This makes it such that defaultNullOpts.mkStr never represents a lua
string, easing documenting where a string is a lua string vs lua code.
2024-01-01 20:28:55 +01:00
Gaetan Lepage
f2e808a519 plugins: add a sensible template for modern plugins 2024-01-01 02:54:17 +01:00
Markus Lohmayer
2bcdcfafe5
plugins/lsp: add marksman language server (#867) 2023-12-31 21:32:33 +01:00
Glen
5fcfb763cd
plugins/lsp: add dhall-lsp-server (#860)
* lsp.servers: add dhall-lsp-server(dhall language)

tests: add dhall lsp server to tests

squash me

* Update plugins/lsp/language-servers/default.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update tests/test-sources/plugins/lsp/_lsp.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update plugins/lsp/language-servers/default.nix

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-12-30 23:26:50 +01:00
traxys
1d8e7906c9
plugins: Introduce helpers.defaultNullOpts.mkLuaFn (#855)
This allows to avoid calling `mkRaw` on lua functions, as they will get
applied automatically.

This could also help in the future to refactor the use of Lua code to
make it more user-friendly.
2023-12-29 15:24:42 +01:00
Gaetan Lepage
b38dbdb0dc plugins/fidget: adapt to latest rewrite of the plugin 2023-12-29 12:23:06 +01:00
traxys
5d49b9b66d
plugin/illuminate: Avoid using mkAttrsOf with submodules (#853)
This confuses the documentation, as mentioned in the function
definition.
2023-12-29 11:52:05 +01:00
Gaetan Lepage
3b9fa101fb plugins/illuminate: fix filetypeOverrides option 2023-12-29 11:16:15 +01:00
Gaetan Lepage
61013ca4ab plugins/startup: init 2023-12-28 18:06:05 +01:00
Ryan
b140981d65
plugins/rust-tools: Allow null serverPackage (#845)
Some users might want to use rust-analyzer beta/nightly from their own nix develop shell.
2023-12-27 21:33:01 +01:00
Ariel D'Alessandro
08b055af7e feat: add laravel pint formating to none-ls 2023-12-24 17:32:43 +01:00
Mikael Fangel
310f1ad5b5 plugins/none-ls: init golines 2023-12-24 00:20:42 +01:00
Mikael Fangel
6e66c1bc5e plugins/none-ls: init goimports 2023-12-24 00:20:42 +01:00
Mikael Fangel
9119cc1554 plugins/none-ls: init staticcheck 2023-12-24 00:20:42 +01:00
Mikael Fangel
6e8bc402af plugins/none-ls: init revive 2023-12-24 00:20:42 +01:00
traxys
2871dc94b4
Allow to add meta options like maintainers (#836) 2023-12-22 15:59:41 +01:00