From ce8fbf563883bae60bc53a157e25d80b83118fb7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 14 May 2023 19:39:00 +0100 Subject: Some minor tweaks - enables comments --- nvim/lua/user/comment.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua/user') 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 -- cgit v1.2.3