aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-09-09 11:21:18 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-09-09 11:21:18 -0400
commit8db61d98e0ec77b5d4cfe83c53a3aa4156d7a587 (patch)
treead6a6394446bbd1fdc42032602c0a07af8802bfd /modules
parentecfbfc8238f8835dec63c116993f3731b9905395 (diff)
downloadhome-8db61d98e0ec77b5d4cfe83c53a3aa4156d7a587.tar.gz
modules/neovim: add prolog treesitter parser
Diffstat (limited to 'modules')
-rw-r--r--modules/neovim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix
index 6902062..048c9d0 100644
--- a/modules/neovim/default.nix
+++ b/modules/neovim/default.nix
@@ -103,6 +103,7 @@ in
tsparsers
# for some reason this is in a different package set?
nvim-treesitter-parsers.qmljs
+ nvim-treesitter-parsers.prolog
nvim-lspconfig