Startuptime: 78.08ms
Based on the actual CPU time of the Neovim process till UIEnter.
This is more accurate than `nvim --startuptime`.
LazyStart 14.53ms
LazyDone 66.94ms (+52.4ms)
UIEnter 78.08ms (+11.15ms)
This repository contains my personal neovim configuration that I use in day-to-day work. Since I'm actively using it, it is in my very own interest to maintain and fix any issues that may arise.
I have went over numerous neovim configs and combined all the best autocommands, keymaps and options that work for me. Even though it is opionated, it has very good balance between ready to be used now, and providing good defaults and starting point for your own configuration.
It contains all the useful plugins and configurations for web-dev and general programming.
External Requirements:
- Basic utils:
git
,make
,unzip
, C Compiler (gcc
) - ripgrep
- Clipboard tool (xclip/xsel/win32yank or other depending on platform)
Node
<=22.11.0
&npm
Deno
to use deno capabilities- A Nerd Font: optional, provides various icons
- if you have it set
vim.g.have_nerd_font
ininit.lua
to true
- if you have it set
- Language Setup:
npm i -g typescript typescript-language-server
After installing all external dependecies run following command:
:MasonInstallAll
When I initially started using neovim, my starting point was NvChad. That's why you may find keybindings similar to NvChad's
This is a fork of nvim-lua/kickstart.nvim that moves from a single file to a multi file configuration (huge thanks to them).