Nvim: add type annotations to plugin opts
This commit is contained in:
parent
b3ebda5b51
commit
83cd0a7540
9 changed files with 50 additions and 58 deletions
|
@ -1,6 +1,7 @@
|
|||
-- Indent characters
|
||||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
---@type ibl.config
|
||||
opts = {
|
||||
exclude = {
|
||||
filetypes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue