summaryrefslogtreecommitdiffstats
path: root/nvim/lua/user/comment.lua
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-14 19:39:00 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-14 19:39:00 +0100
commitce8fbf563883bae60bc53a157e25d80b83118fb7 (patch)
treef35be4d4253b16c5341932afff279f84e369b1d9 /nvim/lua/user/comment.lua
parent091e9228ef0d4db33f95f0078dbe5848dd672472 (diff)
Some minor tweaks - enables comments
Diffstat (limited to 'nvim/lua/user/comment.lua')
-rw-r--r--nvim/lua/user/comment.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/user/comment.lua b/nvim/lua/user/comment.lua
index 27e8fd5..fb7eeb9 100644
--- a/nvim/lua/user/comment.lua
+++ b/nvim/lua/user/comment.lua
@@ -12,6 +12,7 @@ local M = {
}
function M.config()
+ require('Comment').setup()
pre_hook = function(ctx)
-- Only calculate commentstring for tsx filetypes
if vim.bo.filetype == "typescriptreact" then