Commit Graph
782 Commits
Author SHA1 Message Date
Loïc ReynierandGitHub 85b76132d8 plugins/ltex-extra: init (#1184) 2024-03-07 19:48:29 +01:00
Loïc ReynierandGitHub 233feeb8d2 treewide: fix typos (#1217) 2024-03-07 19:44:13 +01:00
jonbohandGaétan Lepage e9564ac336 plugins/conform: add str type for formatAfterSave 2024-03-07 14:53:23 +01:00
Gaetan LepageandGaétan Lepage ace360b5de plugins/none-ls: clean tools list w.r.t upstream 2024-03-07 14:52:18 +01:00
Gaetan LepageandGaétan Lepage 1748ebaf92 plugins/none-ls: automatic check for tools packages declaration 2024-03-07 14:52:18 +01:00
mrtnvgrandGaétan Lepage 61858556ec fix(plugins/cmp): allow negative values in window.completion.col_offset 2024-03-07 14:39:33 +01:00
Gaetan LepageandGaétan Lepage c59f002ef7 plugins/cmp: add rename warning for plugins.nvim-cmp.enable 2024-03-06 23:12:24 +01:00
Gaetan LepageandGaétan Lepage dd238fb80b plugins/copilot-vim: switch to settings option 2024-03-06 22:28:53 +01:00
Gaetan LepageandGaétan Lepage 44a31bd1fe plugins/markdown-preview: switch to settings option 2024-03-06 22:28:12 +01:00
Gaetan LepageandGaétan Lepage a61c8fbc3d plugins/nvim-cmp: refactoring (init filetype and cmdline options) 2024-03-06 22:27:43 +01:00
Gaetan LepageandGaétan Lepage 3543c84062 plugins/TEMPLATE.nix: improve the template 2024-03-06 22:26:25 +01:00
Gaetan LepageandGaétan Lepage bb64e79de6 plugins/none-ls: add packages for supported builtin tools 2024-03-06 22:25:37 +01:00
Jake HamiltonandGitHub c4ae452396 feat: add option for customizing lsp capabilities (#1021) 2024-03-06 21:50:14 +01:00
Jake HamiltonandGitHub 4448c4ce63 fix: add ripgrep for todo-comments functionality (#1020) 2024-03-06 21:48:15 +01:00
BodleumandGitHub ffe8978028 plugins/lsp: add slint_lsp (#1212)
* plugins/lsp: add slint_lsp

* plugins/lsp: slint-lsp: Fixed issue with dashes and underscores.
2024-03-06 16:47:48 +01:00
Gaetan LepageandGaétan Lepage f2de9a94c4 plugins: set myself (@GaetanLepage) as maintainer for several vim plugins 2024-03-04 11:46:56 +01:00
Gaetan LepageandGaétan Lepage 60c6912126 plugins/zig: switch to settings option 2024-03-03 22:40:54 +01:00
Gaetan LepageandGaétan Lepage a6bf19966d plugins/tagbar: add settingsExample 2024-03-03 22:40:15 +01:00
Gaetan LepageandGaétan Lepage 4023b25e66 plugins/instant: switch to settings option 2024-03-03 22:39:48 +01:00
Gaetan LepageandGaétan Lepage 51765fedbe plugins/magma-nvim: switch to settings option 2024-03-03 22:39:22 +01:00
Gaetan LepageandGaétan Lepage 4d8285ac0c plugins/ledger: add option to install the ledger binary 2024-03-03 22:38:57 +01:00
Gaetan LepageandGaétan Lepage f343db2854 plugins/ledger: switch to settings option 2024-03-03 22:38:57 +01:00
Gaetan LepageandGaétan Lepage 7e33553fc3 plugins/vim-slime: switch to settings option 2024-03-03 22:38:22 +01:00
DysonandGitHub 740b59c1f1 plugins/lightline: Improve types for active option of lightline (#1200) 2024-03-03 20:12:50 +01:00
DysonandGitHub 7dcd217ff3 plugins/lightline: Add option for inactive components (#1170) 2024-03-03 19:21:19 +01:00
Rob HanlonandGitHub 64d3996bd0 plugins/none-ls: fix withArgs type, syntax (#1182)
This was previously null or string, but was changed to null or Lua in
nix-community/nixvim#1169. Internally, `withArgs` is expected to be a
string, but `mkNullOrLua` applies `mkRaw`, leading to a type error when
generating the output, as it is attempting to interpolate a set rather
than a string.

Tested locally, and verified that it fixes my setup.
2024-03-03 11:39:13 +01:00
Gaetan LepageandGaétan Lepage cd86fd1e58 colorschemes/nord: properly set the vim colorscheme to "nord" 2024-03-02 23:42:23 +01:00
Gaetan LepageandGaétan Lepage d149f46b00 plugins/emmet: switch to settings option 2024-03-02 14:22:19 +01:00
Gaetan LepageandGaétan Lepage d8432ef9c1 plugins/molten: switch to settings option 2024-03-02 13:49:05 +01:00
Gaetan LepageandGaétan Lepage ec687c5ade plugins/goyo: switch to settings option 2024-03-01 15:28:19 +01:00
traxysandGitHub f9280a6865 plugin/none-ls: Implement all builtins (#1169)
* plugins/none-ls: Use upstream builtins.json to list sources

This avoids the need to define sources in nixvim. We only need to define
a mapping from source names to packages.

This commit does not yet introduce sources for the newly available builtins

* plugin/none-ls: Enable all known sources in tests

* plugins/none-ls: Add all missing sources
2024-03-01 13:24:14 +01:00
Gaetan LepageandGaétan Lepage 8c0bdb17e9 plugins/neogit: switch to mkNeovimPlugin 2024-03-01 08:16:43 +01:00
Gaetan LepageandGaétan Lepage be87309e0c colorschemes/nord: switch to mkVimPlugin 2024-02-28 22:31:57 +01:00
Gaetan LepageandGaétan Lepage b87083d5a0 colorschmes/nord: remove deprecation warnings 2024-02-28 22:31:57 +01:00
Gabriel ArazasandGaétan Lepage 8bb460e261 plugins/smart-splits: init 2024-02-28 12:00:25 +01:00
Gaetan LepageandGaétan Lepage bb9d56087d plugins/efmls-configs: use php-codesniffer package instead of deprecated phpcbf 2024-02-28 09:30:26 +01:00
Gaetan LepageandGaétan Lepage 07e690abd4 plugins/none-ls: use php-codesniffer package instead of deprecated phpcbf 2024-02-28 09:30:26 +01:00
Gaétan LepageandGitHub db0dcc6ee3 plugins/bacon: formatting (#1164) 2024-02-27 18:13:04 +01:00
Alison JenkinsandGaétan Lepage 51f6f562d1 plugins/baleia-nvim: init 2024-02-27 18:01:47 +01:00
Alison JenkinsandGitHub 38a2018904 plugins/direnv: init (#1153) 2024-02-27 17:13:41 +01:00
Haseeb MajidandGitHub 8b013707cc plugins/oil.nvim: Update add a few missing options (#1152) 2024-02-27 13:50:45 +01:00
Alison JenkinsandGitHub 63558cff59 plugins/indent-o-matic: init (#1144) 2024-02-27 13:47:25 +01:00
Alison JenkinsandGitHub 7eb74fecd1 plugins/nvim-bacon: init (#1080) 2024-02-27 13:45:47 +01:00
Nathan FelberandGaetan Lepage 060a05138c Add ruff linter and formatter as none-ls source 2024-02-22 16:15:40 +01:00
Gaetan LepageandGaétan Lepage 750ec713dd plugins/undotree: switch to settings-style 2024-02-22 10:12:21 +01:00
Gaetan LepageandGaétan Lepage 66c019d638 plugins/typst-vim: switch to mkVimPlugin 2024-02-22 01:34:39 +01:00
Gaetan LepageandGaétan Lepage b6138b409f plugins/vimtex: switch to mkVimPlugin 2024-02-22 01:34:19 +01:00
James TarantoandGaétan Lepage f53be2242e plugins/lsp: add typos-lsp 2024-02-21 10:03:46 +01:00
traxysandGitHub 82a24d0d42 docs: Allow to add an url in the online documentation (#1139)
* plugin/committia: Use correct maintainers import

* plugins/neocord: Remove redyf as the entry is not in the list

* docs: Allow to add an URL to the plugin
2024-02-20 21:20:59 +01:00
Gaetan LepageandGaétan Lepage 9d30e87455 plugins/julia-cell: switch to mkVimPlugin 2024-02-20 10:03:03 +01:00