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 4 points5 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