Skip to content

Commit

Permalink
Ft fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvim-tech committed Aug 9, 2023
1 parent f3a0a51 commit e30de8e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 1 addition & 3 deletions lua/modules/base/configs/ui/heirline/file_types.lua
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
return {
"alpha",
"ctrlspace",
"ctrlspace_help",
"packer",
"undotree",
"diff",
"Outline",
"NvimTree",
"LvimHelper",
"floaterm",
"dashboard",
"vista",
"spectre_panel",
Expand All @@ -24,6 +23,5 @@ return {
"neo-tree-popup",
"noice",
"toggleterm",
"oil",
"org",
}
17 changes: 17 additions & 0 deletions lua/modules/base/configs/ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,23 @@ config.mini_clue = function()
"neo-tree",
"spectre_panel",
"Outline",
"NeogitStatus",
"NeogitPopup",
"calendar",
"dapui_breakpoints",
"dapui_scopes",
"dapui_stacks",
"dapui_watches",
"git",
"netrw",
"octo",
"undotree",
"diff",
"DiffviewFiles",
"flutterToolsOutline",
"log",
"toggleterm",
"netrw",
}, vim.bo.filetype)
if buftype or filetype then
vim.opt.timeoutlen = 1000
Expand Down

0 comments on commit e30de8e

Please sign in to comment.