This is a customized neovim based by NvChad
- All of the keybindings are in the
lua/mappings.lua
file.And you can find all keybindings in theCheatSheet
- Using a customized lualine theme based by vscode statusline.You can found it on hanasa2023\vscode-lualine
Because the plugin 'wilder.nvim' has a conflict with the default statusline provided by NvChad.
- Neovim 0.10.0+
git clone https://github.com/hanasa2023/neovim-dotfile ~/.config/nvim
- If you're using Command Prompt(CMD)
git clone https://github.com/hanasa2023/neovim-dotfile %USERPROFILE%\AppData\Local\nvim --depth 1 && nvim
- If you're using PowerShell(pwsh)
git clone https://github.com/hanasa2023/neovim-dotfile $ENV:USERPROFILE\AppData\Local\nvim --depth 1 && nvim
If the above path doesnt work, try any of these paths :
- For CMD : %LOCALAPPDATA%\nvim-lua
C:\Users\%USERNAME%\AppData\Local\nvim
- For PowerShell : $ENV:LocalAppData\nvim
C:\Users\$ENV:USERNAME\AppData\Local\nvim
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data
rm -Force ~\AppData\Local\nvim
rm -Force ~\AppData\Local\nvim-data
- nvim-lua/plenary.nvim
- NvChad/base46
- NvChad/ui
- NvChad/nvterm
- NvChad/nvim-colorizer.lua
- nvim-tree/nvim-web-devicons
- lukas-reineke/indent-blankline.nvim
- nvim-treesitter/nvim-treesitter
- lewis6991/gitsigns.nvim
- williamboman/mason.nvim
- neovim/nvim-lspconfig
- windwp/nvim-autopairs
- cmp sources plugins
saadparwaiz1/cmp_luasnip
hrsh7th/cmp-nvim-lua
hrsh7th/cmp-nvim-lsp
hrsh7th/cmp-buffer
hrsh7th/cmp-path - numToStr/Comment.nvim
- nvim-tree/nvim-tree.lua
- nvim-telescope/telescope.nvim
- folke/which-key.nvim
- max397574/better-escape.nvim
- stevearc/conform.nvim
- rcarriga/nvim-notify
- Bekaboo/dropbar.nvim
- gelguy/wilder.nvim
- linux-cultist/venv-selector.nvim
- Eandrju/cellular-automaton.nvim
- github/copilot.vim
- kdheepak/lazygit.nvim
- theniceboy/joshuto.nvim
- petertriho/nvim-scrollbar
- kylechui/nvim-surround
- iamcco/markdown-preview.nvim
- shellRaining/hlchunk.nvim
- folke/todo-comments.nvim
- folke/trouble.nvim
- windwp/nvim-ts-autotag
- xiyaowong/transparent.nvim
- nvim-lualine/lualine.nvim
- nvim-neo-tree/neo-tree.nvim
- akinsho/bufferline.nvim