fix: fixing a lot of issues
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-- ============================================================================
|
||||
-- TS-COMMENTS: Treesitter-based comment string detection
|
||||
-- ============================================================================
|
||||
-- Enhances Neovim's native commenting by using treesitter to detect the correct
|
||||
-- comment style based on the current context (e.g., JSX vs JavaScript).
|
||||
-- Works seamlessly with Neovim's built-in gc/gcc comment operators.
|
||||
-- ============================================================================
|
||||
|
||||
return {
|
||||
"folke/ts-comments.nvim",
|
||||
event = "VeryLazy",
|
||||
|
||||
Reference in New Issue
Block a user