Akin
Akin
@saifulapm I actually meant the `require'doom-one'.setup{...}` function not the packer setup function. The doom one one actually loads the colorscheme after setup is called which is why I'm experiencing the...
@NTBBloodbath so I can't speak to general plugin structure but this particular situation I think can maybe be resolved by triggering a colorscheme autocommand manually after calling load colorscheme when...
@kevinhwang91 I don't fully understand some of the issue you are seeing, but the result of the screenshot so far looks great. I'm guessing that the highlights are in slightly...
@kevinhwang91 the README makes it sound like returning `''` from `provider_selector` should disable folds but that doesn't work. Is that something that should be working. ```lua local filetypes = {...
Hi, So I'm encountering the same issue using `packer.nvim` but I don't use a setup option for ultest in this case. ```lua use { 'rcarriga/vim-ultest', requires = { 'vim-test' },...
@rcarriga so I thought it might be that, but it is definitely in the `start` directory and still giving this error. I think I just managed to fix it by...
I definitely think trying to delete a "function" as a generalized function will be quite hard to get right, since in what language and what does "a function" look like...
> the difference between g@a[char] and g@i[char] Hmm, this is interesting because I guess if you get this working then you don't even need to care how the text object...
@kylechui there are other plugins that do stuff like treesitter text objects you can maybe test with such as https://github.com/RRethy/nvim-treesitter-textsubjects or https://github.com/David-Kunz/treesitter-unit. Also, you could go back in their history...
A blend of 1,2 sounds good/ideal, but in any case I think as long as your API is stable-ish you don't really have to worry about having to change tac...