mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
Cleaner way to load vimtex config thanks to rebuilt.
This commit is contained in:
parent
5b49774744
commit
113f73100d
2 changed files with 1 additions and 3 deletions
1
init.lua
1
init.lua
|
@ -4,7 +4,6 @@ vim.cmd("luafile " .. CONFIG_PATH .. "/lv-config.lua")
|
||||||
require "settings"
|
require "settings"
|
||||||
require "plugins"
|
require "plugins"
|
||||||
require "lv-utils"
|
require "lv-utils"
|
||||||
require "lv-vimtex"
|
|
||||||
require "lv-galaxyline"
|
require "lv-galaxyline"
|
||||||
require "lv-treesitter"
|
require "lv-treesitter"
|
||||||
require "lv-which-key"
|
require "lv-which-key"
|
||||||
|
|
|
@ -432,8 +432,7 @@ return require("packer").startup(function(use)
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LANGUAGE SPECIFIC GOES HERE
|
-- LANGUAGE SPECIFIC GOES HERE
|
||||||
|
use { "lervag/vimtex", ft = "tex", config = function() require("lv-vimtex") end }
|
||||||
use { "lervag/vimtex", ft = "tex" }
|
|
||||||
|
|
||||||
-- Rust tools
|
-- Rust tools
|
||||||
-- TODO: use lazy loading maybe?
|
-- TODO: use lazy loading maybe?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue