]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim: provide type annotations for LazyPluginSpecs
[dotfiles.git] / nvim / lua / plugins / ui.lua
index 637afcbb619a7a29cbbd55f38cf9ecd69570c6fc..ec1992dfd4a337c6f87b1714b6ccb401b1087b51 100644 (file)
@@ -1,6 +1,8 @@
+---@type LazyPluginSpec
 return {
   {
     "bufferline.nvim",
+    ---@type BufferlineConfig
     opts = {
       options = {
         always_show_bufferline = true,
@@ -9,6 +11,7 @@ return {
   },
   {
     "noice.nvim",
+    ---@type NoiceConfig
     opts = {
       presets = {
         command_palette = false, -- don't position the cmdline and popupmenu together