mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat: updated plugins and editor configuration
This commit is contained in:
5
lua/absolute/plugins/comment.lua
Normal file
5
lua/absolute/plugins/comment.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = true
|
||||
}
|
||||
Reference in New Issue
Block a user