mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-23 11:08:17 +02:00
Split config into multiple files based on kickstart.modular
This commit is contained in:
parent
62f8ac3e1a
commit
3e6a648ef1
23 changed files with 1254 additions and 1102 deletions
11
lua/plugins/vimtex.lua
Normal file
11
lua/plugins/vimtex.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
'lervag/vimtex',
|
||||
-- lazy = false,
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_general_viewer = 'okular'
|
||||
vim.g.vimtex_compiler_method = 'latexmk'
|
||||
end,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue