Neovim

Table of Contents

Neovim

I use Neovim mostly for everything.

  • applauncher: i have create a plugin for my neovim to launch apps , included flatpaksetc

  • git management:

i use git for my all project i has a clear pickup ui using snack.nvim picker
to chage branches , commit and push , push to remote etc

  • browseing

i make a custome plugin for browsing in neovim and out of neovim using w3m and external links for duckduckgo and youtube for external browser

  • notes taking

inspired from Org-mode in emacs and neorg i make notes in neovim

  • shell-command_line this help me to use my shell anytime in neovim not the native :! this is simple but does not show the results or on going proceses so i built my own even i can also use “sudo” with it

[!note]