mirror of https://github.com/sgoudham/dotfiles.git
feat(nvim): add vimtex
parent
8556931154
commit
8292443f16
@ -1,8 +1,13 @@
|
|||||||
-- misc plugins
|
-- misc plugins
|
||||||
return {
|
return {
|
||||||
{ "kana/vim-textobj-entire", dependencies = { "kana/vim-textobj-user" } },
|
{
|
||||||
|
"kana/vim-textobj-entire",
|
||||||
|
dependencies = { "kana/vim-textobj-user" },
|
||||||
|
},
|
||||||
|
-- "bqf" = "better quickfix window"
|
||||||
"kevinhwang91/nvim-bqf",
|
"kevinhwang91/nvim-bqf",
|
||||||
"stevearc/dressing.nvim",
|
"stevearc/dressing.nvim",
|
||||||
"mong8se/actually.nvim",
|
"mong8se/actually.nvim",
|
||||||
"andweeb/presence.nvim",
|
"andweeb/presence.nvim",
|
||||||
|
"lervag/vimtex",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue