Víctor Rico

Results 38 comments of Víctor Rico

> @danilobjr Try adding > > ``` > lvim.builtin.treesitter.autotag.enable = true > ``` > > to your config. If that doesn't work, try running `:TSEnable autotag`. That worked, thanks man!

This is happening to me as well. My default space is 'common', if I try to change my default space but still have access to the 'common' namespace I got...

If I don't change my default space everything works, but I have to specify all keys for the 'home' namespace. Which kinda sucks... ```tsx import { useTranslation } from 'react-i18next'...

> Same thing for me. Also the `t('common:key')` namespace syntax won't work with keys that have spaces: > > ``` > t('common:Product name') > // ❌ Does not work, output...

> Yes, I'm aware that using camelCase, snake_case, or some other non-spacing naming convention would help with this issue, but there are some great benefits to using english translation strings...

Missing icons. It looks like there are quite a few icons missing. I think the missing icons are the ones from [https://microsoft.github.io/vscode-codicons/dist/codicon.html](codicons), the **VSCode icons**, **NerdFonts** come with them, but...

> ## More on missing NerdFont glyphs I've been making some tests in order to figure out what's going on with the missing icons. First of all here's a screenshot...

## Temporary fix for those with missing icons I've just got it working! I've tried patching PragmataPro Liga with **NerdFont Patcher** and I've got it right in the second try...

I'm facing the exact same thing but with cssls. When jumping to a className definition, some work other classes won't. I can jump to `bookingSummary`, but no `noShadow` or `noBorder`....

@jbarik I found out what's causing this. You just need to install the cssmodule_ls server, I'm myself using Mason for that. Then you need to pass some specific server settings...