---@module "data.ft" --- This module defines the filetype tables for the Neovim configuration. -- ╭─────────────────────────────────────────────────────────╮ -- │ Filetypes │ -- ╰─────────────────────────────────────────────────────────╯ local M = {} M.academic = { 'markdown', 'tex' } M.helpview = 'help' return M