🧠Second Brain
Search
Neovim set-up like VS Code
To get started with Neovim, I collected a list of these plugins that helped me replicate a VSCode-like experience
- APZelos/blamer.nvim: A git blame plugin for Neovim inspired by VS Code’s GitLens plugin
- sindrets/diffview.nvim: Single tab page interface for easily cycling through diffs for all modified files for any git rev.
- nvim-neo-tree/neo-tree.nvim: Neovim plugin to manage the file system and other tree-like structures.
- stevearc/aerial.nvim: Nice code outline window to jump to representative methods or function
- neovim/nvim-lspconfig: Quickstart configs for Nvim LSP (Language Server Protocol). Which provides language features like auto complete, go to definition, find all references, etc.
- akinsho/bufferline.nvim: Nice tabs and buffer handling with lots of extra features.
- tpope/vim-commentary: A superior commenting experience across all programming languages.
- nvim-telescope/telescope.nvim: Elegant fuzzy finder to find, filter, preview, and pick with 100 powerful features that benefit every workflow.
- Search and replace: Developing Search & Replace (similar to VS Code) with nvim-spectre : r/neovim. See also Advanced search and replace (like VSCode) in Neovim.
And if you’re feeling unsure about making the switch, don’t worry, this topic is definitely more on the nerdy side of things 😜. But who knows, you might discover a new toy and find it a fun exploration writing text or code!
Some images: Neovim. More on my dotfiles.
Origin:
Twitter,
LinkedIn
References:
Created 2023-09-04