What is neovim ?? #
- neovim is vim extend fork packages.
- Powerful Performance: Leveraging the core Vi engine and a Linux kernel-like interpreter, Neovim processes code at astonishing speeds. It handles large projects seamlessly, ensuring a smooth experience even with complex codebases.
- High Extensibility: Neovim supports the Lua scripting language, enabling the use of diverse plugins and extensions. This allows for extensive customization tailored to your workflow. You can add desired features and exert full control over your editor.
- Modern UI/UX: Unlike the traditional Vi editor, Neovim boasts a modern user interface. With various themes and font options, you can create a user-friendly environment. Dark mode support helps reduce eye strain, particularly during extended coding sessions.
- Rich Functionality: Neovim provides a suite of features designed for intricate code editing tasks. Multi-cursor functionality allows simultaneous editing of multiple files, boosting efficiency. Integration with version control systems simplifies code history management and recovery.
- Fast response speed with asynchronous plugin support
My neovim configure #
ยป tree .config/nvim/
.config/nvim/
โโโ init.lua
โโโ lazy-lock.json
โโโ lazyvim.json
โโโ lua
โโโ config
โย ย โโโ alpha.lua
โโโ keymaps.lua
โโโ lsp-config.lua
โโโ options.lua
โโโ plugins
โโโ alpha.lua
โโโ colorscheme.lua
โโโ init.lua
โโโ neo-tree.lua
โโโ treesitter.lua
jwi / neovim
0
0