]> 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 e91dbb2552ca4c8ab5df1040c899984030bd2b64..ec1992dfd4a337c6f87b1714b6ccb401b1087b51 100644 (file)
@@ -1,6 +1,17 @@
+---@type LazyPluginSpec
 return {
+  {
+    "bufferline.nvim",
+    ---@type BufferlineConfig
+    opts = {
+      options = {
+        always_show_bufferline = true,
+      },
+    },
+  },
   {
     "noice.nvim",
+    ---@type NoiceConfig
     opts = {
       presets = {
         command_palette = false, -- don't position the cmdline and popupmenu together