Add type annotations to plugin specs
This commit is contained in:
parent
7bd4c6e93e
commit
efcdb566b8
31 changed files with 56 additions and 14 deletions
|
@ -1,8 +1,10 @@
|
|||
-- Bufferline
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
version = "*",
|
||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
||||
---@type BufferlineConfig
|
||||
--- @type BufferlineConfig
|
||||
opts = {
|
||||
options = {
|
||||
diagnostics = "nvim_lsp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue