diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:47:36 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:47:36 -0500 |
| commit | 5bacab1784742733190e85df56261deb6980c121 (patch) | |
| tree | 95867faff50c49a1dfbc4452658224c524931454 /lua/user/plugins.lua | |
| parent | 5f33318a98845a54b199364b1cd65ef5110e0cb3 (diff) | |
add indentline
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 5588703..58166df 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -54,6 +54,7 @@ return packer.startup(function(use) use "akinsho/toggleterm.nvim" use "ahmedkhalf/project.nvim" use 'lewis6991/impatient.nvim' + use "lukas-reineke/indent-blankline.nvim" -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out |
