add bitwarden
This commit is contained in:
parent
8c7024853c
commit
06bb5803a9
11 changed files with 90 additions and 71 deletions
10
dotfiles/nvim/lua/neoconf/lazy/vimtex-follow.lua
Normal file
10
dotfiles/nvim/lua/neoconf/lazy/vimtex-follow.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"itsfernn/vimtex-follow",
|
||||
dependencies = { "lervag/vimtex" },
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("vimtex-follow").setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue