lighthaus.nvim
lighthaus.nvim copied to clipboard
A Lua implementation of lighthaus-theme/vim-lighthaus
Results
2
lighthaus.nvim issues
Sort by
recently updated
recently updated
newest added
This happens in snippet previews too. Example:
I found this issue with `gitcommit` and `diff` files. my lighthaus and treesitter config: ```lua require("nvim-treesitter.configs").setup { auto_install = true, highlight = { enable = true, additional_vim_regex_highlighting = false, },...