pwnvim
pwnvim copied to clipboard
👾 Neo(vim), the less is more.
Some of us don't give a shit how lean our vimrc is. What an arbitrary yardstick.
I prioritize minimizing the bloat.
Requires version: v0.10.{..}
Install 💧
git clone https://github.com/pwnwriter/pwnvim ~/.config/nvim
nvim --headless +"Lazy! sync" +qa
🍦 Tips
[!IMPORTANT] This config requires latest Neovim build !
-
You can Set
NVIM_DEVenvironment variable to modify wherelazy.nvimshould look fordev = trueplugins. -
To install
treesitterofxlanguage Run:TSInstall [x]! -
On
NIX, runnix developto enter a shell withpwnvim. -
Install
lsp serversand configure insideservers.lua. -
See
:help lspconfig-allto get an understanding of how you would setup a language server protocol.-- plugins/servers.lua local lspconfig = require("lspconfig") -- $ rustup component add rust-analyzer lspconfig.rust_analyzer.setup({ cmd = { "rustup", "run", "nightly", "rust-analyzer" }, })
Copyright © 2022 - present pwnwriter xyz 🍃