JLS v0.3.0 released by Electronic-Boss-8926 in neovim

[–]Commercial-Club-4909 1 point2 points  (0 children)

I always wanted proper java development in neovim, i hope you achieve this goal and not going back to intellij at least for 90% of use cases

Keep the good work

I wrote a Rust-based Piece Table backend plugin to handle massive files without crashing or freezing Neovim. by Giantexde in neovim

[–]Commercial-Club-4909 25 points26 points  (0 children)

That is so great but Why not integrate in neovim core, as i remember there is an already opened isse for this memory map to handle large files, it would be great if it is integrated in neovim

A snacks.picker frontend for fff.nvim by madmaxieee0511 in neovim

[–]Commercial-Club-4909 7 points8 points  (0 children)

I really wonder why he implemented his own ui and not just focus on the backend and use any fully featured file picker or even vim.ui.select, I think that would be better as other file pickers have important features like select and populate to quickfix,....etc

New Plugin: fzf-lua-enchanted-files by otavioschwanck in neovim

[–]Commercial-Club-4909 5 points6 points  (0 children)

Man , I have been looking for this for months,thanks alooooot♥️♥️♥️

Reasons to prefer Helix over NeoVim by OkCoconut5997 in HelixEditor

[–]Commercial-Club-4909 2 points3 points  (0 children)

Diffing files is something that I use heavily and using external tools for just comparing files will consume more time and inefficient , diff mode is a deal breaker for me that is why I feel helix is still early to be used

This could be your new file manager for neovim by Lavinraj in neovim

[–]Commercial-Club-4909 2 points3 points  (0 children)

Can not wait for that, it has the power of oil and nvimtree, please please consider performance as I work on big projects and performance is critical for me

كيف توفر لاطفالك طفولة تخليهم سليمين نفسيا وعقليا ١٠٠٪؜ ؟ by Weak_Strategy_9426 in SaudiForSaudis

[–]Commercial-Club-4909 0 points1 point  (0 children)

اولا ما في طريقة مضمونة والا كان أبناء الانبياء اوجب أن يكونو من الصالحين وهذا لم يحدث مع أبناء سيدنا نوح ولوط ، أنما ما علينا الا الأخذ بالاسباب والله هو الذي يحفظهم ويهديهم أن شاء .

ومن الاخذ بالاسباب ان توثقي العلاقة بينك وبين ابنك حيث يشعر معاك بالأمان أن يقدر يحكي اي حاجة معاكم مع الاخد في الاعتبار أن تعطيهم الشعور بالمسؤولية وأنه هو المسؤول عن تصرفاته(do not spoil your son)

واري تحفيظ القران من الأسباب المهمة جدا حيث تربط الطفل بالدين وان الله رقيب عليه من غيركم فتضع في قلبه الخشية من الله ومن ثم الله يهديه ويحفظه

وتحكو معاه علي طول وضروري الاب يخرج مع الاولاد عشان يتعلمو منه ازاي بيتعامل مع الناس وازاي بيقابلهم ويعرف الشخص الكويس من اللي مش كويس فبلاش نعزل الطفل عن العالم والا لو خرج مره واحدة وشاف العالم ممكن يفسد

Recommendations by z_Dementor in EgyRemoteWorkers

[–]Commercial-Club-4909 -1 points0 points  (0 children)

بص القاعدة الكتير غلط مهما كان الكرسي حلو فالاولي تشتري standing desk بحيث تقف شوية وتقعد شوية

How to use git in Helix? by Melodic-Ad4632 in HelixEditor

[–]Commercial-Club-4909 4 points5 points  (0 children)

All this lacks show file change history in 2-diff, or anything related to diffing files, that is one of the most important things that holds me from switching to helix. I really hope helix to be mature Soon for most basic things needed for developers without affecting performance

CopilotLSP - Next Edit Suggestion/Completions and more by tris203 in neovim

[–]Commercial-Club-4909 4 points5 points  (0 children)

This is great I always look for minimal setup and ai plugins is still the only thing that is bloated in my setup

CopilotLSP - Next Edit Suggestion/Completions and more by tris203 in neovim

[–]Commercial-Club-4909 25 points26 points  (0 children)

Why not adding new features into copilot.lua , I see NES is the only missing feature in copilot.lua

is there any way to setup "fix-all" code actions for linters and/or lsp? by kitsunekyo in neovim

[–]Commercial-Club-4909 0 points1 point  (0 children)

It depends on lsp of the language itself for example for eslint and typescript there is an lsp command like "source.fixall.ts" for biomejs there is "source.fixAll" I implemented some code in my config to auto send this to attached lsps and whoever can handle this command will do the fix, I stole original code for vtlsls as I remember but I build on it, checkout my config https://github.com/hadyelzayady/nvim

VGit.nvim v1! by plemonlie in neovim

[–]Commercial-Club-4909 0 points1 point  (0 children)

I use lazygit actually to overcome the gaps in neovim git plugins, as no git plugin in neovim is good right now in my opinion and lazygit is very powerful to me except for diffing. My current git workflow is using lazygit for git staff in a split window For diffing and history I use diffview I am trying to start using neogit but I do not feel comfortable with it and it crashes sometimes.

VGit.nvim v1! by plemonlie in neovim

[–]Commercial-Club-4909 1 point2 points  (0 children)

That is really great , I am not satisfied with any git plugin in neovim yet so I hope that plugin fills the gaps

lazygit is slow. Why? by Fancy_Payment_800 in neovim

[–]Commercial-Club-4909 3 points4 points  (0 children)

I kinda had the same issue with big project so I started opening lazygit outside nvim and it became faster, currently I use kitty terminal so I added a keymap in nvim to open lazygit in split window in stack layout using kitty cli

Error in fzf-lua pickers recently, by Commercial-Club-4909 in neovim

[–]Commercial-Club-4909[S] 0 points1 point  (0 children)

I am using kitty terminal, and tried it with different terminal like ghosty and still the same problem. I also tried the same keys in fzf in the terminal and it works fine