yaegassy

Results 49 comments of yaegassy

Hi, @npearson72 "css: unknownAtRules" is a diagnostic message output from `coc-css`. There is a way to ignore this message. Try adding this setting to `coc-settings.json`. ```jsonc "css.lint.unknownAtRules": "ignore", ``` As...

It seems that the latest version (v0.0.7) of the server package (`@tailwindcss/language-server`) has been released. - Committed the upgrade of the server package. I also adjusted and committed the relevant...

Added a custom setting called `tailwindCSS.custom.serverPath`. - `tailwindCSS.custom.serverPath`: Custom path to server module. If there is no setting, the built-in module will be used, default: `""` This setting allows you...

@Yofou Try running `:CocCommand tailwindCSS.showOutput`. ``` // ...snip Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/yaegassy/sandbox/svelte-check/tailwind.config.js from /Users/yaegassy/_Dev/vim/coc-tailwindcss/node_modules/@tailwindcss/language-server/bin/tailwindcss-language-server not supported. tailwind.config.js is treated as an ES module file as it is...

Hi @adinvadim, Here is an example of `vim-plug`, with `yarn`. ``` Plug 'yaegassy/coc-tailwindcss', {'do': 'yarn install --frozen-lockfile', 'branch': 'feat/support-v3-and-use-server-pkg'} ```

@AnishDe12020 I don't use packer, so I don't know the cause. `Skipped load vim plugin from "...snip.../coc-tailwindcss"` in your screenshot, so I guess it's not available. ~First, try updating coc.nvim...

I just published `@yaegassy/coc-tailwindcss3`, with this PR tailwindcss v3 support. `:CocInstall @yaegassy/coc-tailwindcss3`. - - As a supplement, Headwind-related feature have been removed. Note that: after iamcco came back and merge...

The ansible-lint executed when saving a file is internally executed with the following arguments. I believe only the current file is already running by default. ``` ansible-lint --offline --nocolor -f...