diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-09-09 11:21:18 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-09-09 11:21:18 -0400 |
| commit | 8db61d98e0ec77b5d4cfe83c53a3aa4156d7a587 (patch) | |
| tree | ad6a6394446bbd1fdc42032602c0a07af8802bfd /modules | |
| parent | ecfbfc8238f8835dec63c116993f3731b9905395 (diff) | |
| download | home-8db61d98e0ec77b5d4cfe83c53a3aa4156d7a587.tar.gz | |
modules/neovim: add prolog treesitter parser
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/neovim/default.nix | 1 |
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 |