added latex support and reorg ftplugins
This commit is contained in:
parent
7f1b34fd6f
commit
f2eaf7c67a
38 changed files with 600 additions and 234 deletions
3
init.lua
3
init.lua
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue