Commit graph

2891 commits

Author SHA1 Message Date
Gaétan Lepage
a1636f620f
plugins/none-ls: Switch from assertions to warnings for none-ls tools maintenance (#1285) 2024-03-18 10:36:35 +01:00
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
Gaetan Lepage
9f7c78852f helpers/vim-plugin/mkVimPlugin: simplify code 2024-03-15 09:29:16 +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
github-actions[bot]
8c3fa2e9ce flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/36f873dfc8e2b6b89936ff3e2b74803d50447e0a?narHash=sha256-FiCNRfyUgJOLYIokLiFsfI7B%2BZn9HDnOzFR3uVr5qsQ%3D' (2024-03-10)
  → 'github:nix-community/home-manager/49a266d2ca59df8a03249550e73a54626181b65d?narHash=sha256-bvWr9vvBrAxb44kHM3H3cY/uQg%2B4pYP1BM/Nu3e/7V8%3D' (2024-03-12)
• Updated input 'nix-darwin':
    'github:lnl7/nix-darwin/550340062c16d7ef8c2cc20a3d2b97bcd3c6b6f6?narHash=sha256-Hjzu9nCknHLQvhdaRFfCEprH0o15KcaNu1QDr3J88DI%3D' (2024-03-07)
  → 'github:lnl7/nix-darwin/d9ea313bc4851670dc99c5cc979cb79750e7d670?narHash=sha256-uFo9hxt982L3nFJeweW4Gip2esiGrIQlbvEGrNTh4AY%3D' (2024-03-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/3030f185ba6a4bf4f18b87f345f104e6a6961f34?narHash=sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw%3D' (2024-03-09)
  → 'github:NixOS/nixpkgs/0ad13a6833440b8e238947e47bea7f11071dc2b2?narHash=sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC%2BfhQ%3D' (2024-03-12)
2024-03-13 15:44:49 +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
db33f46b5d helpers/vim-plugin/mkVimPlugin: remove deprecated mkDefaultOpt code 2024-03-12 22:43:17 +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
10fa987250 plugins/startify: add tests 2024-03-12 14:29:31 +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
Gaetan Lepage
8b500ef1db tests: temporarily disable test for swift_format on aarch64 2024-03-11 19:24:14 +01:00
Gaetan Lepage
574b168487 tests/lsp: temporarily disable test for sourcekit on aarch64 2024-03-11 19:24:14 +01:00
Gaetan Lepage
b75d6875c2 tests/lsp: temporarily disable test for pylyzer 2024-03-11 19:24:14 +01:00
Gaetan Lepage
544fc5d60b tests/lsp: temporarily disable tests for nixd 2024-03-11 19:24:14 +01:00
Gaetan Lepage
3fe9eb485c tests/lsp: remove tests for rnix-lsp as it is deprecated 2024-03-11 19:24:14 +01:00
github-actions[bot]
e1514ff333 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/b0b0c3d94345050a7f86d1ebc6c56eea4389d030' (2024-03-09)
  → 'github:nix-community/home-manager/36f873dfc8e2b6b89936ff3e2b74803d50447e0a' (2024-03-10)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9df3e30ce24fd28c7b3e2de0d986769db5d6225d' (2024-03-06)
  → 'github:NixOS/nixpkgs/3030f185ba6a4bf4f18b87f345f104e6a6961f34' (2024-03-09)
2024-03-11 19:24:14 +01:00
Gaetan Lepage
fb897e22e3 typos: add exception for "Annote" in fidget 2024-03-09 21:36:05 +01:00
github-actions[bot]
bdfccd58a7 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/23ff9821bcaec12981e32049e8687f25f11e5ef3' (2024-03-04)
  → 'github:nix-community/home-manager/17431970b4ebc75a92657101ccffcfc9e1f9d8f0' (2024-03-08)
• Updated input 'nix-darwin':
    'github:lnl7/nix-darwin/daa03606dfb5296a22e842acb02b46c1c4e9f5e7' (2024-03-04)
  → 'github:lnl7/nix-darwin/550340062c16d7ef8c2cc20a3d2b97bcd3c6b6f6' (2024-03-07)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b8697e57f10292a6165a20f03d2f42920dfaf973' (2024-03-03)
  → 'github:NixOS/nixpkgs/9df3e30ce24fd28c7b3e2de0d986769db5d6225d' (2024-03-06)
2024-03-09 21:36:05 +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
Gaetan Lepage
cd32dcd50f docs: avoid duplicate maintainers 2024-03-08 08:57:27 +01:00
Jost Alemann
45dec97e80
fix: typo (#1227) 2024-03-07 19:49:30 +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