Alixinne
939530edca
plugins/lsp: add golangci-lint-ls ( #1246 )
2024-03-17 01:13:25 +01:00
Gaetan Lepage
347620cdde
plugins/cmp: add missing renamed-option-module for autoEnableSources
2024-03-17 00:56:55 +01:00
Loïc Reynier
ab3a8a2840
plugins/trouble: switch to settingsOptions
2024-03-16 18:03:59 +01:00
r3n3gad3p3arl
75942bc161
colorschemes/base16: set termguicolors to true
2024-03-15 00:24:19 +01:00
Loïc Reynier
bb10fface4
plugins/vscode: init ( #1263 )
2024-03-14 14:55:40 +01:00
traxys
9b9912077e
plugins/alpha: Allow terminal
to not set val
( #1261 )
...
Fixes #1140
2024-03-13 17:31:46 +01:00
traxys
6484938d4b
plugins/coq: Switch to mkNeovimPlugin ( #1256 )
...
* plugins/coq: Switch to mkNeovimPlugin
This allows the user to define additional options unpackaged by nixvim.
No new options were defined, nor any old option was deleted.
Fixes #1114
2024-03-13 17:04:45 +01:00
Austin Horstman
29b6ede12f
plugins/utils/project-nvim: take ownership of telescope integration ( #1236 )
2024-03-13 14:43:39 +01:00
Gaetan Lepage
c2cd3cb7a1
colorschemes/base16: use mkVimPlugin
2024-03-12 23:52:52 +01:00
Gaetan Lepage
4fd3cd1203
colorschemes/base16: move to dedicated folder
2024-03-12 23:52:52 +01:00
traxys
4ab65ca95a
plugins/coq-thirdparty: Fix example & improve documentation ( #1254 )
2024-03-12 23:40:43 +01:00
Didn't read the style guide
01d7adb4ed
Fix plugins.gitsigns.base option missing in init.lua ( #1255 )
2024-03-12 23:37:14 +01:00
Gaetan Lepage
cf7102c6d2
helpers: refactor mk[Neo]vimPlugin for colorschemes handling
2024-03-12 23:00:17 +01:00
Loïc Reynier
61ee0552c9
plugins/lsp: add fortls
...
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-03-12 22:46:54 +01:00
Gaetan Lepage
1b12471be1
plugins/obsidian: use warning instead of assertion for nvim-cmp
2024-03-12 22:40:04 +01:00
Gaetan Lepage
8226d825de
plugins/obsidian: switch to mkNeovimPlugin
2024-03-12 22:40:04 +01:00
Gaetan Lepage
becfe75a67
plugins/molten: add python3 dependencies
2024-03-12 22:39:45 +01:00
Gaetan Lepage
6a414ea2cd
plugins/airline: switch to settings option
2024-03-12 20:35:28 +01:00
Gaetan Lepage
601010900b
helpers/vim-plugin/mkVimPlugin: add a colorscheme argument and factor out logic
2024-03-12 20:34:31 +01:00
Gaetan Lepage
3c9a4b67ae
helpers/neovim-plugin/mkNeovimPlugin: add a colorscheme argument and factor out logic
2024-03-12 20:34:31 +01:00
GoodGuyPat
9f9d9ac0b7
Removed rnix dependencies, as it has been deprecated ( #1245 )
2024-03-12 16:42:22 +01:00
Gaetan Lepage
b9a2628e46
plugins/startify: switch to settings option
2024-03-12 14:29:31 +01:00
Gaetan Lepage
a5b7ff5404
plugins/transparent: init
2024-03-12 13:49:48 +01:00
traxys
8569b5c550
plugins/lsp: use attrsOf anything
instead of attrs
for extraOptions ( #1235 )
...
`attrs` is not merged correctly, this can introduce conflicts with
efmls-configs for example when trying to register `efm` sources not
defined by efmls-configs.
2024-03-09 00:04:05 +01:00
Gaetan Lepage
07c34e8cfa
plugins/cmp: fix example for cmdline option
2024-03-08 23:24:38 +01:00
Christian Kemper
f6e79601ad
plugins/lazy.nvim: new plugin manager ( #1175 )
2024-03-08 21:13:30 +01:00
Nick Hu
ba5a0b84e1
plugins/lsp: add ocamllsp, the language server for OCaml ( #1233 )
2024-03-08 20:48:07 +01:00
Loïc Reynier
85b76132d8
plugins/ltex-extra: init ( #1184 )
2024-03-07 19:48:29 +01:00
Loïc Reynier
233feeb8d2
treewide: fix typos ( #1217 )
2024-03-07 19:44:13 +01:00
jonboh
e9564ac336
plugins/conform: add str type for formatAfterSave
2024-03-07 14:53:23 +01:00
Gaetan Lepage
ace360b5de
plugins/none-ls: clean tools list w.r.t upstream
2024-03-07 14:52:18 +01:00
Gaetan Lepage
1748ebaf92
plugins/none-ls: automatic check for tools packages declaration
2024-03-07 14:52:18 +01:00
mrtnvgr
61858556ec
fix(plugins/cmp): allow negative values in window.completion.col_offset
2024-03-07 14:39:33 +01:00
Gaetan Lepage
c59f002ef7
plugins/cmp: add rename warning for plugins.nvim-cmp.enable
2024-03-06 23:12:24 +01:00
Gaetan Lepage
dd238fb80b
plugins/copilot-vim: switch to settings option
2024-03-06 22:28:53 +01:00
Gaetan Lepage
44a31bd1fe
plugins/markdown-preview: switch to settings option
2024-03-06 22:28:12 +01:00
Gaetan Lepage
a61c8fbc3d
plugins/nvim-cmp: refactoring (init filetype and cmdline options)
2024-03-06 22:27:43 +01:00
Gaetan Lepage
3543c84062
plugins/TEMPLATE.nix: improve the template
2024-03-06 22:26:25 +01:00
Gaetan Lepage
bb64e79de6
plugins/none-ls: add packages for supported builtin tools
2024-03-06 22:25:37 +01:00
Jake Hamilton
c4ae452396
feat: add option for customizing lsp capabilities ( #1021 )
2024-03-06 21:50:14 +01:00
Jake Hamilton
4448c4ce63
fix: add ripgrep for todo-comments functionality ( #1020 )
2024-03-06 21:48:15 +01:00
Bodleum
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 Lepage
f2de9a94c4
plugins: set myself (@GaetanLepage) as maintainer for several vim plugins
2024-03-04 11:46:56 +01:00
Gaetan Lepage
60c6912126
plugins/zig: switch to settings option
2024-03-03 22:40:54 +01:00
Gaetan Lepage
a6bf19966d
plugins/tagbar: add settingsExample
2024-03-03 22:40:15 +01:00
Gaetan Lepage
4023b25e66
plugins/instant: switch to settings option
2024-03-03 22:39:48 +01:00
Gaetan Lepage
51765fedbe
plugins/magma-nvim: switch to settings option
2024-03-03 22:39:22 +01:00
Gaetan Lepage
4d8285ac0c
plugins/ledger: add option to install the ledger binary
2024-03-03 22:38:57 +01:00
Gaetan Lepage
f343db2854
plugins/ledger: switch to settings option
2024-03-03 22:38:57 +01:00
Gaetan Lepage
7e33553fc3
plugins/vim-slime: switch to settings option
2024-03-03 22:38:22 +01:00