My neovim config
Find a file
Just Midi 4ca63a5884 True lazy loading, lsp installs, and nvim-compe
Installation scripts for:
+ bashls
+ ccls
+ clangd
+ pylsp
+ pyright
+ sumneko
+ zls

And adjusted a few keymaps
2021-08-26 07:20:47 +00:00
lua True lazy loading, lsp installs, and nvim-compe 2021-08-26 07:20:47 +00:00
scripts True lazy loading, lsp installs, and nvim-compe 2021-08-26 07:20:47 +00:00
test Tracking start up times 2021-08-11 21:19:02 +00:00
.gitignore My first lua config 2021-08-09 07:44:56 +00:00
init.lua Base LSP 2021-08-26 07:20:47 +00:00
README.md + Package manager: paq-nvim 2021-08-10 00:34:39 +00:00
startup.log Tracking start up times 2021-08-11 21:19:02 +00:00

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.