diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-09-02 16:57:04 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-09-02 16:57:04 +0100 |
| commit | dfca07913f66a56bc791c604934ebfb57e6c95d0 (patch) | |
| tree | b097167e74ce0159ce313b70bc23a60a5892f2db /lua/user/plugins.lua | |
| parent | f1eabbaa1b4ff1836d0ee8335b31d009203f3775 (diff) | |
latex tweaks
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index a3c9884..3be966f 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -52,7 +52,7 @@ return packer.startup(function(use) use {"kyazdani42/nvim-tree.lua", commit = ""} use {"lewis6991/impatient.nvim", commit = ""} use {"lukas-reineke/indent-blankline.nvim", commit = ""} - use {"moll/vim-bbye", commit = ""} + --use {"moll/vim-bbye", commit = ""} use {"numToStr/Comment.nvim", commit = ""} -- Easily comment stuff use {"nvim-lualine/lualine.nvim", commit = ""} use {"windwp/nvim-autopairs", commit = ""} -- Autopairs, integrates with both cmp and treesitter |
