Neovim: add signature help plugin + make use of quotes consistent
This commit is contained in:
parent
dcd00e7b98
commit
c578871998
7 changed files with 35 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
|||
vim.opt.list = true
|
||||
|
||||
require("indent_blankline").setup {
|
||||
space_char_blankline = " ",
|
||||
require('indent_blankline').setup {
|
||||
space_char_blankline = ' ',
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue