Refactor nvim packer configuration

This commit is contained in:
Marko Korhonen 2022-08-22 14:57:24 +03:00
parent 9ef1115fa2
commit 8643dd3b6b
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
11 changed files with 31 additions and 24 deletions

View file

@ -0,0 +1,7 @@
vim.opt.list = true
require('indent_blankline').setup {
space_char_blankline = ' ',
show_current_context = true,
show_current_context_start = true,
}