Add indent-blankline configuration
This commit is contained in:
parent
6de369fbbb
commit
b53e644f7e
5 changed files with 22 additions and 1 deletions
|
|
@ -137,3 +137,7 @@
|
|||
src: 'templates/nvim/lua/telescope.lua.j2',
|
||||
dest: '{{ xdg_config_dir }}/nvim/lua/_telescope.lua',
|
||||
}
|
||||
- {
|
||||
src: 'templates/nvim/lua/indent-blankline.lua.j2',
|
||||
dest: '{{ xdg_config_dir }}/nvim/lua/indent-blankline.lua',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue