summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r--.config/nvim/lua/plugins.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 93a5aa2..c9b6a7c 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -8,18 +8,17 @@
8return require('packer').startup(function() 8return require('packer').startup(function()
9 -- packer can manage itself 9 -- packer can manage itself
10 use 'wbthomason/packer.nvim' 10 use 'wbthomason/packer.nvim'
11
11 -- latex suite 12 -- latex suite
12 use {'lervag/vimtex', ft = {'tex', 'latex', 'plaintext'}} 13 use {'lervag/vimtex', ft = {'tex', 'latex', 'plaintext'}}
13 14
14 -- treesitter... 15 -- treesitter
15 use { 16 use {
16 'nvim-treesitter/nvim-treesitter', 17 'nvim-treesitter/nvim-treesitter',
17 run = ':TSUpdate' 18 run = ':TSUpdate'
18 } 19 }
19
20 -- quickstart lsp config 20 -- quickstart lsp config
21 use 'neovim/nvim-lspconfig' 21 use 'neovim/nvim-lspconfig'
22
23 -- dashboard 22 -- dashboard
24 use 'glepnir/dashboard-nvim' 23 use 'glepnir/dashboard-nvim'
25 24
@@ -51,6 +50,8 @@ return require('packer').startup(function()
51 use 'airblade/vim-gitgutter' 50 use 'airblade/vim-gitgutter'
52 -- completion preview of floating window 51 -- completion preview of floating window
53 use 'ncm2/float-preview.nvim' 52 use 'ncm2/float-preview.nvim'
53 -- indent guides
54 use "lukas-reineke/indent-blankline.nvim"
54 55
55 -- language packs 56 -- language packs
56 use "nathom/filetype.nvim" 57 use "nathom/filetype.nvim"
@@ -126,7 +127,7 @@ return require('packer').startup(function()
126 127
127 -- cursorline of the $CURRENT_YEAR 128 -- cursorline of the $CURRENT_YEAR
128 use { 129 use {
129 'hoob3rt/lualine.nvim', 130 'shadmansaleh/lualine.nvim',
130 requires = {'kyazdani42/nvim-web-devicons', opt = true} 131 requires = {'kyazdani42/nvim-web-devicons', opt = true}
131 } 132 }
132 -- colour theme of the $CURRENT_YEAR 133 -- colour theme of the $CURRENT_YEAR