Neovim Config Based on kickstart.nvimRequirementsripgrepxclip/wl-clipboardfzfCMakerustupunzipjdtls (optional)set up java (21+)download jdtls latestExtract jdtls to $XDG_DATA_HOME/eclipse_jdtls, make sure you have the plugins/bin/etc. dirs in the $XDG_DATA_HOME/eclipse_jdtls folderif needed, follow the steps here https://github.com/mfussenegger/nvim-jdtlsBuild from Source and Configuregit clone https://github.com/neovim/neovim.git $HOME/neovim cd$HOME/neovim make CMAKE_BUILD_TYPE=RelWithDebInfo sudo make install # Setup plugins git clone https://github.com/samiulsami/nvimconfig.git $HOME/.config/nvim nvimSet Neovim as Default Editorsudo echo"export EDITOR='nvim -f'">>$HOME/.zshrc git config --global core.editor 'nvim -f'Notes<leader> key is spacePress <leader>sk to search keybindsMost plugin keybinds are defined in their respective .lua file in ./lua/plugins/*