- Install NEOVIM
Before you dive in, ensure you have the following requirements installed:
Click to see the requirements
In windows, you can use scoop to install them.
-
Git:
-
Telescope:
-
Nerd Font (For Icons):
-
Neovim:
-
Plugin Management: Efficiently manage plugins with lazy.nvim.
-
Compiler: Compile your code with compiler.nvim.
-
Debugging: Debug issues with nvim-dap with nvim-dap-ui.
-
Tests: Run tests with neotest.
-
Project Management: Simplify project handling with project.nvim.
-
Diff Viewer: Easily cycle through diffs with diffview.nvim.
-
Enhanced Searching: Improve searching with flash.nvim.
-
Autocompletion: Experience intelligent autocompletion with nvim-cmp.
-
Language Support: Harness the power of Language Server Protocol with nvim-lspconfig.
-
Formatting: Keep your code clean with conform.nvim.
-
Syntax Highlighting: Enjoy enhanced syntax highlighting with nvim-treesitter.
-
Fuzzy Finding: Find files and more with ease using telescope.nvim.
-
Integrated Terminal: Access a terminal within Neovim using toggleterm.nvim.
-
Git Integration: Effortlessly manage Git repositories with gitsigns.nvim and lazygit.
-
Keymap Cheatsheet: Quickly reference keymaps with which-key.nvim.
-
Markdown Preview: Preview your Markdown files with markdown-preview.nvim.
-
nvim
cp -rf nvim ~/.config/
- Copy config
- kitty
cp -rf kitty ~/.config/
- lvim
cp -rf lvim ~/.config/
- zsh
mv ~/.zshrc ~/.zshrc.bak
cp -rf .zshrc ~/
cp -rf .p10k.zsh ~/