chore: update and expand mode indicators in types.lua

This commit is contained in:
2024-09-13 09:20:11 -04:00
parent b0d0340116
commit 1aef517eb6
4 changed files with 237 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---@module "data.ft"
--- This module defines the filetype tables for the Neovim configuration.
-- ╭─────────────────────────────────────────────────────────╮
-- │ Filetypes │
-- ╰─────────────────────────────────────────────────────────╯
local M = {}
M.helpview = "help"
return M