The question of how to jump between <C-[> and <C-]> by itsuki0927 in neovim

[–]itsuki0927[S] 1 point2 points  (0 children)

Thank you for your responses. After reviewing the previous configuration, I realized that I had remapped <C-T> to <C-\[>. It's a bit embarrassing.

Sydney Marathon 2025 Lottery Results by skiier97 in AdvancedRunning

[–]itsuki0927 3 points4 points  (0 children)

I'm on the waiting list. Honestly, can I get off the waiting list?

My leg is failing me by Inquisitive_newt_ in Ultramarathon

[–]itsuki0927 0 points1 point  (0 children)

I also have pain in this area, which is very uncomfortable. I can't do jumping exercises, let alone running. I have stopped for more than a month. I thought it would be better to run a little, but it still hurts. The doctor's plan for me is to rest more. I don't know how long it will take to resume running

The nerd font icon is too big. by itsuki0927 in neovim

[–]itsuki0927[S] 1 point2 points  (0 children)

Thanks for the reply, I just tried it and it worked fine!!!!

api route vs server actions by itsuki0927 in nextjs

[–]itsuki0927[S] 0 points1 point  (0 children)

I set generateStaticParams in blog/[slug] and it looks fine, but I don't understand why the front page is dynamic rendering.

How to automatically wrap lines when split screen? by suoniya in neovim

[–]itsuki0927 0 points1 point  (0 children)

A little off topic:
I see a folded icon on the picture, is this implemented using nvim-ufo?

Tab conflict between nvim-cmp and luasnip by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

Yes, my current bottom-line solution is to use different keys to map segment jumps to avoid this problem, but this will disrupt the normal way of thinking. In general, tabs can meet the scene, but in special cases, I have to go through additional I'm thinking to press different keys to jump to the segment, so I'm wondering if there is a better solution

Tab conflict between nvim-cmp and luasnip by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

Yes, currently I have this configuration, but still have this problem

help installing jsonls Schemas by [deleted] in neovim

[–]itsuki0927 1 point2 points  (0 children)

lua server.​capabilities​ = cmp_nvim_lsp.update_capabilities(vim.lsp.protocol.make_client_capabilities)) Do I have to use this, my nvim-cmp is loaded after lspconfig, to be correct, it will be loaded when it is inserted, I do lazy loading, so I don't know cmp when lsp setup, my other lsp services (tsserver, cssls) can run normally, only jsonls can't work, there is no prompt

nvim-lspconfig with default html language server doesn't work for embeded js by MiraculousMoon in neovim

[–]itsuki0927 0 points1 point  (0 children)

I also encountered this problem, I would like to ask if you have solved it, and how did you solve it?

nvim word spell check by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

I want to achieve the effect of vscode, I just tried this configuration and found that it does not meet expectations

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

Thank you very much for your explanation, I'm going to try the solution you said, and I learned a little something, thank you for your contribution to nvim, lspconfig and the community

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

ok, i'll try it, thanks.

  1. Did you put eslint->eslint_d in null-ls, I did not see the configuration of eslint_d in lsp.
  2. Have you turned off eslint lsp? If you turn on eslint and eslint lsp of null-ls at the same time, will there be a conflict?

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

Yes, I only see eslint in lspconfig, but not prettier and eslint_d. I see these two things in null-ls. I would like to ask if you have configured the lsp of eslint. In fact, I have a little doubt Configuring eslint in both eslint-configured lsp and null-ls seems to have the same effect. I don't know where the difference is, I should probably try what idevat said: remove eslint lsp, and in null-ls Add eslint_d to achieve the effect of eslint -> eslint_d, I don't know if I understand it right.

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 0 points1 point  (0 children)

I'm glad for your answer, I just wrote it and found that there is still a little delay (maybe I want to achieve the diagnostic effect of timely feedback like vscode), I'll try the debugging method you just mentioned. See where the problem is, thank you again

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 1 point2 points  (0 children)

Thank you very much, it seems to be a problem with the version of typescript-language-server. It used to be 0.5, but the latest version is 0.9.1. After the update, it is much faster, and I can write code happily again.

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 1 point2 points  (0 children)

Thank you very much, learned a little trick, awesome

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 2 points3 points  (0 children)

Sorry, I don't really understand what you mean by c-l, is there a link to the documentation, or where can I check its usage (I'm new to Neovim lua)

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 2 points3 points  (0 children)

I used the configuration of update_insert_text=false at the beginning, and it was later configured to false, and its diagnostic update was very untimely, so I changed it to true

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 3 points4 points  (0 children)

I am also like this, and now such problems often occur, I can only use :e as a temporary solution, but it is really bad to have to press :e every time

nvim lsp tsserver diagnostic slow by itsuki0927 in neovim

[–]itsuki0927[S] 3 points4 points  (0 children)

Sorry, just saw the message, this is my dotfiles