fixed issue where commenting in rust was not possible.

This commit is contained in:
2026-06-05 23:01:00 +02:00
parent 100e3b3172
commit 3274d017ff
3 changed files with 6 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ in
pkgs.taplo
pkgs.tinymist
pkgs.dart
pkgs.tree-sitter
];
xdg.configFile = {
"nvim/init.lua".source = config.lib.file.mkOutOfStoreSymlink ./neovim/init.lua;