This commit is contained in:
Christian Nieves
2023-11-17 10:12:53 -06:00
parent ab276d95e5
commit 7d6a1f823d
9 changed files with 50 additions and 3 deletions

View File

@ -3,8 +3,9 @@ return {
lazy = false,
config = function()
local ft = require("Comment.ft")
ft.gd = "#%s"
ft.gdscript = "#%s"
ft.gd = "# %s"
ft.gdscript = "# %s"
ft.gsl = "// %s"
require("Comment").setup({
---Add a space b/w comment and the line