3 lines
144 B
Lua
3 lines
144 B
Lua
-- help out mini.comment since the treesitter implementation does not have
|
|
-- comment functionality so far afaik
|
|
vim.bo.commentstring = "// %s"
|