refactor: extract neovim config
This commit is contained in:
parent
f73b6206cd
commit
35550c6085
45 changed files with 6 additions and 696 deletions
5
neovim/indent-blankline.lua
Normal file
5
neovim/indent-blankline.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
require("ibl").setup {
|
||||
indent = {
|
||||
char = "┊",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue