ALERT!: All My configs will be maintained here from now on....
My Neovim Config (Mine's might not be the best for you. Because the best config is the one configured by yourself)
- ripgrep
- lazygit
- npm
- tmux
git clone https://github.com/BIBJAW/myneovim && cp -r ~/myneovim/nvim .config/
nvim
.
├── init.lua
├── lazy-lock.json
└── lua
├── core
│ ├── init.lua
│ ├── keymaps.lua
│ ├── lazy.lua
│ └── options.lua
└── plugins
├── alpha-nvim.lua
├── autopairs.lua
├── bufferline.lua
├── cmp.lua
├── colorizer.lua
├── comments.lua
├── diagonistic-signs.lua
├── indent-blankline.lua
├── init.lua
├── lorem-nvim.lua
├── lsp.lua
├── lsp-saga.lua
├── lualine.lua
├── notify.lua
├── null-ls.lua
├── nvim-tree.lua
├── telescope.lua
├── toggleterm.lua
├── transparent-nvim.lua
├── treesitter.lua
└── whichkey.lua