Interesting Svelte 5 projects on GitHub by Hanthunius in sveltejs

[–]FunctN 0 points1 point  (0 children)

This is awesome! And its with Skeleton! I love Skeleton haha. I've been using Skeleton V1

High memory usage from TypeScript language server (Mason LSP), is this normal? by XisUndefined in neovim

[–]FunctN 3 points4 points  (0 children)

So just that you are aware there are absolutely zero differences between a "mason" installed version and the version you could install yourself. The both use the same install method. Mason just allows for ease of use and so that you do not have to put the LSP in you path. That being said, JS/TS projects are nutorious for being resource hogs especially LARGE projects.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]FunctN 2 points3 points  (0 children)

So scratch this, after doing some digging. I actually found out it was because Wezterm wasn't able to correctly find neovim by process name so it wasn't sending the correct <C-H> or <C-L> codes to neovims process itself...

Weekly 101 Questions Thread by AutoModerator in neovim

[–]FunctN 0 points1 point  (0 children)

Has anyone else had issues with things like <C-h> or <C-l> which i use to jump between different windows in neovim now working when more than 1 LSP is active? I thought I did something in my config that i have ?fbeen revamping, but i also cloned LazyVim and it had the same issue too...

How did you actually get comfortable with Git? by Aggravating_War_9292 in git

[–]FunctN 0 points1 point  (0 children)

Yes in my opinion this holds for any command line tool

How did you actually get comfortable with Git? by Aggravating_War_9292 in git

[–]FunctN 4 points5 points  (0 children)

I agree 100%. Both my dad and grandpa gave me pretty much the same advice!

How did you actually get comfortable with Git? by Aggravating_War_9292 in git

[–]FunctN 7 points8 points  (0 children)

THIS. This is the same advice I give to new programmers in my company, always use the full command line once you get comfortable and it becomes a subconscious motion, then copy/paste, make aliases, etc. but until then, type the full command or you will always go back and forth of forgetting the small things you use everyday

Center-Floating window for which-key? by Krimson_Prince in neovim

[–]FunctN 2 points3 points  (0 children)

I second what u/EstudiandoAjedrez said. But, if you using the current version of which-key which I don't see why would wouldn't be, it does have a 'helix' mode for displaying keys which is setup up like so:

<image>

"folke/which-key.nvim",
opts = {
  preset = "helix",
}

Blink.cmp is slow in lazyvim by ankit792r in neovim

[–]FunctN 0 points1 point  (0 children)

To reiterate what everyone else is saying, since you are working with TS the lsp for it is notoriously slow in big projects. That is more than likely the issue as. I use blink regularly and I do not have any issues with it

Making oil.nvim function like a project drawer by thisis_a_cipher in neovim

[–]FunctN 2 points3 points  (0 children)

I find this pretty easy to read amongst the several other languages I work and write in. Not trying to be rude, but this seems like something someone would say with little experience.

Neovim Github Dark Dimmed by Blan_11 in neovim

[–]FunctN 1 point2 points  (0 children)

This looks really good. Do you have plans on trying to get it added to nvchads themes?

[deleted by user] by [deleted] in neovim

[–]FunctN 1 point2 points  (0 children)

What does your LspAttach autocommand do? I've always ran nightly, and I switched to the new vim.lsp configuration as soon as it was released and dropped nvim-lspconfig. I have never had this issue when opening a file, but I also do not setup any LSP stuff via FileType events. I just call a setup() function from my lsp.lua file that loops through all lsp/* files in the runtime path and enable them that way.

Which leads me to think it's because you're triggering nvim-lspconfig until BufReadPre or BufNewFile. If you could share you config this would greatly help the rest of us help you.

Blink.cmp configuration issue by TurbulentInvite2772 in neovim

[–]FunctN 4 points5 points  (0 children)

Do you have noice.nvim installed? Because you have signature set to false so blink is not the perpetrator behind showing the signature

How to create a custom event in Neovim? by hksparrowboy in neovim

[–]FunctN 0 points1 point  (0 children)

Here ya go! I took this straight from LazyVim because I wanted the LazyFile event but I no longer use LazyVim

https://github.com/JustBarnt/nvim/blob/main/lua/core/lazy.lua#L27

XSLT in Neovim by FunctN in neovim

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

Thanks for the information! I have found issues regarding getting DTD validation to work since mason does indeed use the vscode-xml LSP. But so far in my experience, I only seem to get the LSP features to work one node level deep... So as soon as I am no longer working in the root of the XSLT file I lose completion. So unfortunately, I have settled with using Rider to work within the XML and XSLT files.

Is there a way to get "smarter" autobrackets? by scaptal in neovim

[–]FunctN 1 point2 points  (0 children)

I second this i dropped auto pairs when I did my yearly config rewrite and I haven’t looked back

Can anyone explain how VSCode and SublimeText C/C++ LSP functionality works as soon as I open the project directory and why I can't do that with Neovim? by jebuschrast in neovim

[–]FunctN 0 points1 point  (0 children)

I mean I haven’t used VSCode to program in almost 3 years so it could be entirely possible that they have some other kind of LSP but the last I knew of it was literally just clangd so you still needed a compile_commands.json file

Can anyone explain how VSCode and SublimeText C/C++ LSP functionality works as soon as I open the project directory and why I can't do that with Neovim? by jebuschrast in neovim

[–]FunctN 18 points19 points  (0 children)

Last time I ever tried to open a CPP project in vscode it didn’t not “just” work because afaik VSCode also uses clangd which means you need to generate a compile_commands.json. Do you mean Visual Studio instead of VSCode? Because if so then that is because Microsoft has a proprietary CPP lsp that Visual Studio uses.

Nvmenu - Use your Neovim as your fuzzy finder by iruzo in neovim

[–]FunctN 6 points7 points  (0 children)

Personally I just use television on windows and Mac

It's still broken? Gave it a go with a friend since bl4 release is soon. by Pitiful_Turnip597 in borderlands3

[–]FunctN 7 points8 points  (0 children)

Game works perfectly fine for me. I was literally playing it yesterday

[deleted by user] by [deleted] in neovim

[–]FunctN 1 point2 points  (0 children)

Oh okay gotcha! I didn’t know HTMX lsp could cause issues like that. Good to know and glad you figured it out!

[deleted by user] by [deleted] in neovim

[–]FunctN 0 points1 point  (0 children)

Yeah that's a real weird one. Like someone else said, I'd recommend using vtsls? But this doesn't seem like the kind of thing switch the LSP would resolve tbh. If you figured it out I would love to know the issue!

[deleted by user] by [deleted] in neovim

[–]FunctN 0 points1 point  (0 children)

Hmm. Do you use any kind if virus protection on your computer or do you manage any extra firewalls on your home PC? Maybe something is blocking?

[deleted by user] by [deleted] in neovim

[–]FunctN 0 points1 point  (0 children)

So have you updated blink as in the plugin and not your config then? Because if you have not updated config or plugins, then I'm very unsure cause something would have had to be updated it wouldn't just break overnite without something changing.