added latex support and reorg ftplugins

This commit is contained in:
Jeremie Fraeys 2024-08-20 01:31:44 -04:00
parent 7f1b34fd6f
commit f2eaf7c67a
38 changed files with 600 additions and 234 deletions

View file

@ -13,6 +13,8 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
vim.cmd('filetype plugin on')
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
@ -23,4 +25,3 @@ require('config.mappings')
require('config.utils')
require('config.themes')
vim.cmd('filetype plugin on')