Nvim: add type annotations to plugin opts
This commit is contained in:
parent
26d0dae2fc
commit
b5498c671d
9 changed files with 50 additions and 58 deletions
|
@ -2,6 +2,7 @@ return {
|
|||
"akinsho/bufferline.nvim",
|
||||
version = "*",
|
||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
||||
---@type BufferlineConfig
|
||||
opts = {
|
||||
options = {
|
||||
diagnostics = "nvim_lsp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue