My neovim config
Just Midi
052b4513c2
+ loads LSP server based on file type + imports native-lsp (our's) and lspconfig (foreign) + key mappings for lsp |
||
---|---|---|
lua | ||
test | ||
.gitignore | ||
init.lua | ||
README.md | ||
startup.log |
Vim Config
My vim config written in lua designed for smol boi minimal vibes
Most of the code is in separate modules. Each will later be its own true plugin.
Install
Install the package manager paq
to start:
git clone --depth=1 https://github.com/savq/paq-nvim.git \
"${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paqs/start/paq-nvim
Configure
Make sure to set your layout in keymap/init.lua
to whichever layout you prefer.