feat: Add texlab LSP and vimtex plugin for LaTeX support
This commit is contained in:
parent
9e1a8e2660
commit
127365d142
1
init.lua
1
init.lua
@ -695,6 +695,7 @@ require('lazy').setup({
|
||||
},
|
||||
cmake = {},
|
||||
julials = {},
|
||||
texlab = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
|
||||
@ -81,4 +81,13 @@ return {
|
||||
vim.g.slime_target = 'tmux'
|
||||
end,
|
||||
},
|
||||
{
|
||||
'lervag/vimtex',
|
||||
lazy = false, -- we don't want to lazy load VimTeX
|
||||
-- tag = "v2.15", -- uncomment to pin to a specific release
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user