chore(config): add indent_blankline to neovim

main
sudo pacman -Syu 2022-06-22 09:45:02 +07:00
parent a2374ed9e0
commit 3bec7cc88f
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,8 @@ require("packer").startup(function()
-- https://github.com/kyazdani42/nvim-tree.lua
use("kyazdani42/nvim-tree.lua")
use("lukas-reineke/indent-blankline.nvim")
-- Colorschemes
-- https://github.com/cocopon/iceberg.vim
use("cocopon/iceberg.vim")
@ -117,6 +119,9 @@ require("nvim-tree").setup({
},
})
-- lukas-reineke/indent-blankline.nvim
require("indent_blankline").setup({})
-- https://github.com/catppuccin/nvim#setup
local catppuccin_term_colors = false
if vim.env.COLORTERM == "truecolor" then