all repos

init.lua @ 49a0f8441697a4e05bc2a53cb2310e14f6f0cc97

my nvim config
4 files changed, 2 insertions(+), 3 deletions(-)
update linter config and fix typo in readme
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-07-24 23:52:14 +0300
Parent: bae9038
D

@@ -1,1 +0,0 @@

-/plugin
M README.md

@@ -8,7 +8,7 @@

```bash # Install nvim paru -S neovim-git -# (optiolan) backup your old config +# (optional) backup your old config mv ~/.config/nvim ~/.config/nvim.old # clone my setup git clone https://github.com/olexsmir/nvim ~/.config/nvim
M selene.toml

@@ -1,1 +1,1 @@

-std="lua51+vim" +std="lua52+nvim"