Commit graph

8 commits

Author SHA1 Message Date
61feed4086
refactor: complete overhaul
Complete overhaul of repo structure based on nvix.

See https://github.com/niksingh710/nvix

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-10-19 18:25:15 +02:00
06bfb44459
feat: add puppet lsp package
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-09-30 10:02:52 +02:00
Roel de Cort
be4ef31521
patch: update gitignore and fixed issue in flake.nix (#62)
- Added direnv/ dir to gitignore
- Fixed a small fuck up in the flake.nix I made
2024-11-26 10:03:36 +01:00
Wael Nasreddine
879977be4b
flake: fix the check (#61)
The flake is missing nixvimLib, and the [simple template][tmpl] upstream
has changed since this repository was created. Align it with upstream to
fix the nix flake issue.

(cherry picked from commit 97facc071fd3408809bf74d32926ac9f14b550b7)

Co-authored-by: Roel de Cort <63876068+dc-tec@users.noreply.github.com>
2024-11-26 09:50:34 +01:00
Wael Nasreddine
0f42b0eebb
treewide: format all files (#57)
Run `nix fmt` at the root of the repository to format all files. I've
done this on my fork and this will help me merge your changes later
without having to deal with un-formatted files.
2024-11-26 09:47:49 +01:00
Viorel-Cătălin Răpițeanu
9a2a38af51
feat: change nix formater from alejandra to nixfmt-rfc-style (#50)
- The recommended nix formatter is nixfmt-rfc-style and not alejandra.
2024-10-25 08:12:02 +02:00
Roel de Cort
74172fd7e7
enable jsonls, helmls and add ansible-vim pkg (#5)
Enable JSON Language Server and Helm Language Server. Added ansible-vim
package.
2024-06-11 15:51:54 +02:00
Roel de Cort
75abec30f9 initial commit 2024-04-13 00:18:36 +02:00