Compare commits
2 Commits
3b2a050ed0
...
127365d142
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
127365d142 | ||
|
|
9e1a8e2660 |
1
init.lua
1
init.lua
@ -695,6 +695,7 @@ require('lazy').setup({
|
|||||||
},
|
},
|
||||||
cmake = {},
|
cmake = {},
|
||||||
julials = {},
|
julials = {},
|
||||||
|
texlab = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
|
|||||||
@ -75,4 +75,19 @@ return {
|
|||||||
{
|
{
|
||||||
'lambdalisue/vim-suda',
|
'lambdalisue/vim-suda',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'jpalardy/vim-slime',
|
||||||
|
init = function()
|
||||||
|
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