diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:47:36 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:39:32 -0500 |
| commit | e07a1d37116bf2aafef18a7f2ef71e45e15ec5cc (patch) | |
| tree | 77acb9a503185c1374fe8696c8347a2c5a730954 /lua/user/plugins.lua | |
| parent | 5f33318a98845a54b199364b1cd65ef5110e0cb3 (diff) | |
add indentline
fix
t
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 |
