tangled
alpha
login
or
join now
olexsmir.xyz
/
init.lua
my neovim config, who would've thought
0
fork
atom
overview
issues
pulls
pipelines
update linter config and fix typo in readme
olexsmir.xyz
2 years ago
49a0f844
bae90383
options
unified
split
Changed files
+2
-3
.gitignore
README.md
nvim.toml
selene.toml
-1
.gitignore
···
1
1
-
/plugin
+1
-1
README.md
···
8
8
```bash
9
9
# Install nvim
10
10
paru -S neovim-git
11
11
-
# (optiolan) backup your old config
11
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
1
-
std="lua51+vim"
1
1
+
std="lua52+nvim"
vim.toml
nvim.toml