Skip to content

Commit

Permalink
Add LaTex plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Apr 21, 2023
1 parent 251fa60 commit 1e364a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ return require('packer').startup(function(use)
use 'godlygeek/tabular'
use 'ellisonleao/glow.nvim'

-- LaTex
use 'lervag/vimtex'

-- TOML Files
use 'cespare/vim-toml'

Expand All @@ -156,7 +159,6 @@ return require('packer').startup(function(use)
use 'folke/tokyonight.nvim'
use 'marko-cerovac/material.nvim'


-- useless plugin
use 'eandrju/cellular-automaton.nvim'

Expand Down

0 comments on commit 1e364a5

Please sign in to comment.