mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(comment.lua): configure Comment.nvim plugin to load the comment setup from absolute.after.comment.lua file
4 lines
52 B
Lua
4 lines
52 B
Lua
local comment = require("Comment")
|
|
|
|
comment.setup()
|