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

@@ -1,5 +1,5 @@
return {
'numToStr/Comment.nvim',
lazy = false,
opts = {}
'numToStr/Comment.nvim',
lazy = false,
opts = {}
}