Folke Lemaitre
Folke Lemaitre
This is a work-around I use in **LazyVim** to use [nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring) together with native comments: ```lua local get_option = vim.filetype.get_option vim.filetype.get_option = function(filetype, option) return option == "commentstring" and require("ts_context_commentstring.internal").calculate_commentstring()...
Just created a tiny plugin to enhance the native comments with support for custom comment strings for certain treesitter node types. It's an alternative to ts-context-commentstring. https://github.com/folke/ts-comments.nvim
This isnt really needed... Thanks
I'm willing to look at this, but there's currently merge conflicts
I just added some extra neotree colors to tokyonight
Custom snippets may require some additional configuration. See here https://github.com/garymjr/nvim-snippets
https://github.com/garymjr/nvim-snippets/pull/10
I've linked nvim-snippets to my PR for now till they merge it.