You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Noble
eb37e58c9b
|
2 years ago | |
---|---|---|
after/plugin | ||
lua/julz | ||
.gitignore | 2 years ago | |
README.md | 2 years ago | |
init.lua |
README.md
neovim configuration
requires packer.nvim https://github.com/wbthomason/packer.nvim
Unix,Linux installation:
git clone --depth 1 https://github.com/wbthomason/packer.nvim
~/.local/share/nvim/site/pack/packer/start/packer.nvim
Windows Powershell Installation git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"
Then go into packer.lua - source it (:so) and run :PackerSync