chore: update and expand mode indicators in types.lua
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user