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;

View File

@@ -1,6 +1,7 @@
return {
{
'nvim-treesitter/nvim-treesitter',
commit = "90cd658",
build = ':TSUpdate',
event = { "BufReadPost", "BufNewFile" },
config = function()
@@ -20,6 +21,7 @@ return {
"gdscript",
"vue",
"toml",
"rust"
},
highlight = {
enable = true