GR3YH4TT3R93
GR3YH4TT3R93
Yes! This is exactly what I was looking for!
After testing, it doesn't seem to work
It's not even showing up for me as a snippet tbh. As for other variable snippets like date, they work as expected. I would assume it would work if it...
Wow I'm dumb... lol sorry about that It works perfectly now!
I tried all app versions available on both f-droid and the play store it does't matter what version, I'm on OnePlus 9 OxygenOS 13.1
And the mvdan.cc folder lacks the execute flag as well which prevented recursively providing write perms to it's contents in order to remove.
Here's a slightly modified solution that uses the included Mason handlers and NVM for managing node. This uses `npm i -g @vue/typescript-plugin` as above but includes a home variable for...
[This](https://github.com/GR3YH4TT3R93/OurNvim.lazy/commit/7bb68581bab4c1e4adb7354a495ee2a6cb602ae7) is the latest working config for vue/ts support using Mason handlers (you'll want to disable the tsserver config for vue): ```lua ["volar"] = function() require("lspconfig").volar.setup({ filetypes = { "vue",...
Have you tried adding the following to your tmux config? `set-option -ga terminal-overrides ",xterm-256color:Tc"`
> > you'll want to disable the tsserver config for vue > > I was wondering what is the best way to do this. The main problem is the following:...