last commits
clone
- read-only
- https://git.cschad.com/init.lua.git
Installation
Install Neovim
git clone https://git.cschad.com/init.lua
cd init.lua
cp init.lua/nvim $HOME/.config/
Finally reopen nvim! Nvim (lazy.nvim) will install all the plugins in there. Make sure to setup your own bindings etc 🙃
init.lua
is the main filelazy.lua
the plugin manager! (Add remove plugins here)remap.lua
keybindingsset.lua
(nvim/vim defaults)telescope.lua
config for the telescope plugin
.
├── init.lua
├── lazy-lock.json
├── lua
│ └── cschad
│ ├── init.lua
│ ├── lazy.lua
│ ├── remap.lua
│ ├── set.lua
│ └── telescope.lua