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.lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 4f5420f..8233e44 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -12,7 +12,7 @@ return require('packer').startup(function()
12 -- latex suite 12 -- latex suite
13 use {'lervag/vimtex', ft = {'tex', 'latex', 'plaintext'}} 13 use {'lervag/vimtex', ft = {'tex', 'latex', 'plaintext'}}
14 14
15 -- still here 15 -- still here, going away soon say bye bye
16 use 'dense-analysis/ale' 16 use 'dense-analysis/ale'
17 -- manages tag files 17 -- manages tag files
18 use 'ludovicchabant/vim-gutentags' 18 use 'ludovicchabant/vim-gutentags'
@@ -31,13 +31,15 @@ return require('packer').startup(function()
31 use 'ncm2/float-preview.nvim' 31 use 'ncm2/float-preview.nvim'
32 32
33 -- language packs 33 -- language packs
34 use 'sheerun/vim-polyglot' 34 use "nathom/filetype.nvim"
35 -- i3 config syntax 35 -- i3 config filetype
36 use 'mboughaba/i3config.vim' 36 use 'mboughaba/i3config.vim'
37 -- kitty config filetype 37 -- kitty config filetype
38 use 'fladson/vim-kitty' 38 use 'fladson/vim-kitty'
39 -- ledger filetype
40 use 'ledger/vim-ledger'
39 41
40 use{'junegunn/fzf', dir = '~/.fzf'} 42 use {'junegunn/fzf', dir = '~/.fzf'}
41 use 'junegunn/fzf.vim' 43 use 'junegunn/fzf.vim'
42 44
43 -- file explorer 45 -- file explorer
@@ -116,7 +118,7 @@ return require('packer').startup(function()
116 use 'tpope/vim-unimpaired' 118 use 'tpope/vim-unimpaired'
117 -- git wrapper 119 -- git wrapper
118 use { 120 use {
119 'tpope/vim-fugitive', cmd = { 'Git', 'Gstatus', 'Gblame', 'Gpush', 'Gpull' } 121 'tpope/vim-fugitive', cmd = {'Git', 'Gstatus', 'Gblame', 'Gpush', 'Gpull'}
120 } 122 }
121 -- increment dates, times & more 123 -- increment dates, times & more
122 use 'tpope/vim-speeddating' 124 use 'tpope/vim-speeddating'