my neovim config, who would've thought

update linter config and fix typo in readme

-1
.gitignore
··· 1 - /plugin
+1 -1
README.md
··· 8 8 ```bash 9 9 # Install nvim 10 10 paru -S neovim-git 11 - # (optiolan) backup your old config 11 + # (optional) backup your old config 12 12 mv ~/.config/nvim ~/.config/nvim.old 13 13 # clone my setup 14 14 git clone https://github.com/olexsmir/nvim ~/.config/nvim
+1 -1
selene.toml
··· 1 - std="lua51+vim" 1 + std="lua52+nvim"
vim.toml nvim.toml