Commit graph

3,320 commits

Author SHA1 Message Date
dathegreat
f15c3f377a lsp/presets/haskell-language-server.nix: Add cabal-fmt as an extra package if lsp is enabled
Otherwise, formatting a .cabal file throws an error that cabal-fmt can't
be found. This is especially annoying if saving => formatting, because
each save throws an error which must be escaped.
2026-05-10 23:20:15 +02:00
dathegreat
a97aa7d724 languages/haskell.nix: address PR comments
- Rename hls -> haskell-language-server to match the nixpkgs name
- Remove unneeded injection
- Only set lsp filetypes in the language module, not the preset
- Remove unneeded `mkDefault`
- Use `root_markers` instead of yucky inline Lua
2026-05-10 23:20:15 +02:00
dathegreat
ca21d43590 languages/haskell.nix: move haskell-tools config into languages.haskell.extensions and hls presets into lsp/presets/hls.nix 2026-05-10 23:20:15 +02:00
dathegreat
ff84f1c0ff languages/haskell.nix: revert list expansion 2026-05-10 23:20:15 +02:00
dathegreat
171a5bf656 languages/haskell.nix: fix invalid keys in the haskell-tools configuration
These keys presented the error `unrecognized configs in
vim.g.haskell_tools: { "hls.filetypes", "hls.root_dir",
"tools.hover.enable", "hls.enable" }` on attaching to any haskell file.
2026-05-10 23:20:15 +02:00
raf
e86a92e4b2
Merge pull request #1579 from snoweuph/delete/mind-nvim
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
notes/mind-nvim: delete
2026-05-10 13:28:27 +03:00
Snoweuph
c2a79c4388
notes/mind-nvim: delete 2026-05-10 10:14:45 +02:00
raf
88dbbad1f4
lsp/presets: basheIde -> bashIde (#1573)
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
This PR fixes typo in bash-language-server preset.
2026-05-06 09:40:51 +03:00
Asaduzzaman Pavel
d838132b56
Fixtypo: basheIde to bashIde
This PR fixes typo in bash-language-server preset.
2026-05-06 11:32:01 +06:00
dependabot[bot]
5dc8f3a34c
build(deps): bump cachix/install-nix-action from 31.10.5 to 31.10.6 (#1572)
Some checks are pending
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.10.5 to 31.10.6.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](https://github.com/cachix/install-nix-action/compare/v31.10.5...v31.10.6)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-05 09:48:44 +03:00
Snoweuph
7ec206a5d9
Merge pull request #1393 from snoweuph/feature/scss
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
languages/scss: init
2026-05-03 21:37:45 +02:00
Snoweuph
c4e3a08812
languages/scss: init 2026-05-03 21:26:02 +02:00
Snoweuph
b7e991a0dc
lsp/presets/some-sass-language-server: init 2026-05-03 21:26:01 +02:00
Snoweuph
8530b43e14
Merge pull request #1548 from snoweuph/feat/img
utillity/image-nvim: fix processor configuration and cleanup module
2026-05-03 20:05:44 +02:00
raf
7e54361673
Merge branch 'main' into feat/img 2026-05-03 21:04:48 +03:00
Gerg-L
8dc19546ed
Merge pull request #1571 from Gerg-L/main
nix: update mnw input
2026-05-03 21:03:54 +03:00
Snoweuph
073d1775a7
utillity/image-nvim: fix processor configuration and cleanup module 2026-05-01 20:56:40 +02:00
raf
13c4ad4b4b
Merge pull request #1551 from jules-sommer/fix-toString-usage
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
fix: lib.strings.toString does not exist in nixpkgs, replaced with bu…
2026-04-29 18:54:27 +03:00
jules
d6a199a746
fix: lib.strings.toString does not exist in nixpkgs, replaced with builtins.toString
this was causing an error when I tried to access modulesPath which
caused this to be evaluated and caused an error since this no longer
exists at this path in nixpkgs.lib
2026-04-29 11:19:22 -04:00
Ching Pei Yang
5b4f9c6320
Merge pull request #1515 from CaueAnjos/feat/csharp-update
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
languages/csharp: update
2026-04-25 22:56:01 +02:00
CaueAnjos
e60803d9d6 languages/csharp: add csharpier formatter and assertions 2026-04-24 18:47:15 -03:00
CaueAnjos
1628aa93b7 languages/csharp: add csharpls-extended-lsp-nvim extension 2026-04-24 18:47:15 -03:00
CaueAnjos
3c8885b75a languages/csharp: add omnisharp-extended-lsp-nvim extension 2026-04-24 18:47:15 -03:00
CaueAnjos
c73e781a3d languages/csharp: add roslyn-nvim extension 2026-04-24 18:47:15 -03:00
CaueAnjos
99c2594edd languages/csharp: update lsp servers 2026-04-24 18:47:15 -03:00
CaueAnjos
6ef413e526 lsp/presets/roslyn-ls: init 2026-04-24 18:47:15 -03:00
CaueAnjos
f6812858c0 lsp/presets/omnisharp: init 2026-04-24 18:47:15 -03:00
CaueAnjos
f4423f18ab lsp/presets/csharp_ls: int 2026-04-24 18:47:15 -03:00
Snoweuph
4139469926
Merge pull request #1540 from snoweuph/feat/template-injecitons
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Injections, Injections,... INJECTIONS!
2026-04-24 22:33:35 +02:00
Ching Pei Yang
16e8657179 treesitter: wording 2026-04-24 21:55:14 +02:00
Snoweuph
cee03d0c97 languages/nix: fix treesitter nvf query for vim.treesitter.queries 2026-04-24 21:55:14 +02:00
Snoweuph
10d7bb38ff languages/jinja: add injection 2026-04-24 21:55:14 +02:00
Snoweuph
e201640fc9 languages/yaml: add treesitter filetype mappings for yml 2026-04-24 21:55:14 +02:00
Snoweuph
2592c16878 languages/bash: add filetype mappings for ash, dash and zsh 2026-04-24 21:55:14 +02:00
Snoweuph
9ff0dcb60c treesitter: add filetype mappings 2026-04-24 21:55:14 +02:00
Snoweuph
27b4dc9fb0 treesitter: rename queries content to query 2026-04-24 21:55:14 +02:00
raf
95adf36ef5
Merge pull request #1541 from NotAShelf/dependabot/github_actions/cachix/install-nix-action-31.10.5
build(deps): bump cachix/install-nix-action from 31.10.4 to 31.10.5
2026-04-24 22:31:44 +03:00
dependabot[bot]
feca1f49c0 build(deps): bump cachix/install-nix-action from 31.10.4 to 31.10.5
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.10.4 to 31.10.5.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](https://github.com/cachix/install-nix-action/compare/v31.10.4...v31.10.5)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-24 21:24:19 +02:00
raf
26b98908d9
Merge pull request #1543 from opdavies/opdavies-patch-1
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Fix typo in error message for qmk layout
2026-04-24 02:46:32 +03:00
Oliver Davies
89fb633f0a
Fix typo in error message for qmk layout 2026-04-24 00:36:01 +01:00
Ching Pei Yang
e63dc282c1
Merge pull request #1479 from snoweuph/feat/vue
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
languages/vue: init
2026-04-23 00:38:37 +02:00
Snoweuph
9bd49b25e9
languages/vue: init 2026-04-22 23:27:38 +02:00
Snoweuph
4b2c7381a0
lsp/presets/vue-language-server: init 2026-04-22 23:27:36 +02:00
Snoweuph
d80d85a4e1
lsp/presets/vtsls: init 2026-04-22 23:27:33 +02:00
raf
35a64b0c64
Merge pull request #1538 from snoweuph/docs
docs: update ndg and fix linkcheck
2026-04-23 00:12:08 +03:00
Snoweuph
1bff580d63
chore: update ndg and fix linkcheck 2026-04-22 22:59:17 +02:00
Snoweuph
b80590dd3f
Merge pull request #1539 from snoweuph/feat/java
Java Extensions
2026-04-22 20:18:09 +02:00
Snoweuph
c4a7fd88b5
languages/java: add extension gradle.nvim 2026-04-22 20:17:15 +02:00
Snoweuph
b00e829594
languages/java: add extension maven.nvim 2026-04-22 20:16:48 +02:00
0af6815072
terminal/toggleterm: fix formatting & typo
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic8fad27899388fae9651833aa2ec80d96a6a6964
2026-04-22 00:36:20 +03:00