Skip to content

Commit

Permalink
fix: Accommodate new snacks plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
chevcast committed Dec 6, 2024
1 parent 4f381dc commit 893e517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/lazydev.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ return {
library = {
{ path = "luvit-meta/library", words = { "vim%.uv" } },
{ path = "LazyVim", words = { "LazyVim" } },
{ path = "snacks.nvim", words = { "Snacks" } },
{ path = "lazy.nvim", words = { "LazyVim" } },
{ path = "wezterm-types", mods = { "wezterm" } },
},
Expand Down
1 change: 1 addition & 0 deletions nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
disabled_filetypes = {
"lazyterm",
"dashboard",
"snacks_dashboard",
},
component_separators = {
left = "",
Expand Down

0 comments on commit 893e517

Please sign in to comment.