Stuart Mashaal

Results 16 comments of Stuart Mashaal

I have the same issue, it doesn't automatically start the plugin

I figured out that the issue for me is that `GuessIndent` doesn't run when the filetype is unknown because of https://github.com/NMAC427/guess-indent.nvim/blob/main/lua/guess-indent/config.lua#L8 ```lua local default_config = { auto_cmd = true, filetype_exclude...

similarly, I would like only `` (but not the contents of the tag) to be colored.

> Has somebody found some DIY solution or another plugin that can rainbowify tags in HTML or any other language without coloring "less than" symbols? I've moved my neovim config...

is this project supposed to support scala 3 / dotty syntax in the first place? aren't there some major changes to syntax?

Here's a screenshot of the error (I managed to screenshot fast enough :) ) ![image](https://user-images.githubusercontent.com/13181078/133662512-771bce7c-3bc1-480e-a64f-81c9e5ea3453.png)

for reference, here's my `which-key` setup ```lua require("which-key").setup { triggers = { "" }, } ```

I get where you're coming from, and I appreciate the high ethical standard you're holding your self to ❤️ 👍 however, I do think that there's a certain intrinsic motivation...

I'm just having trouble understanding where the `Properties.keymap` value is set so that I can have it get set in `bash` also. Then it's just a matter of updating the...