Meow Honk

Results 74 comments of Meow Honk

> @GR3YH4TT3R93 Thank you for the config! After I changed from > > ```lua > tsdk = vim.fn.getcwd() .. "node_modules/typescript", > ``` > > to > > ```lua > tsdk...

> I tried this config but didn't seem to make it work, I do have types for a component for example, I still can go to the definition (may not...

> hey, > > I think it would be useful to be able to disable cycling when using nav_next() and nav_prev(). > > > > For example: if I have...

I fixed this by editing `route-types.ejs`. The line that contains `import type { } from "./"` I added `type` ``` import type { } from "./" export namespace { }...

Looks like I had to make one more change in `api.ejs`: ``` import type { HttpClient, RequestParams, HttpResponse } from "./"; import { ContentType } from './http-client' ``` This resolves...

This is the only thing keeping me from switching from my fork of [nvchad/n](https://github.com/norcalli/nvim-colorizer.lua)

What about overrides?

> > spotify-tui is significantly more popular than spotify_player > > in it's current state it is dead. i've been paying attention on the internet lately and have been moving...

The time has come! https://github.com/oxc-project/oxc/issues/1462 has been merged.

> Here is how I set up with my neovim. Just leave here if anyone want to take a try. > > ```lua > return { > { > "mfussenegger/nvim-lint",...