mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-06-27 12:03:18 +00:00
feat(comment.lua): add support for commenting functionality in the Absolute plugin
feat(comment.lua): configure Comment.nvim plugin to load the comment setup from absolute.after.comment.lua file
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
local comment = require("Comment")
|
||||
|
||||
comment.setup()
|
||||
Reference in New Issue
Block a user