chore(config): add indent_blankline to neovim
parent
a2374ed9e0
commit
3bec7cc88f
|
@ -66,6 +66,8 @@ require("packer").startup(function()
|
||||||
-- https://github.com/kyazdani42/nvim-tree.lua
|
-- https://github.com/kyazdani42/nvim-tree.lua
|
||||||
use("kyazdani42/nvim-tree.lua")
|
use("kyazdani42/nvim-tree.lua")
|
||||||
|
|
||||||
|
use("lukas-reineke/indent-blankline.nvim")
|
||||||
|
|
||||||
-- Colorschemes
|
-- Colorschemes
|
||||||
-- https://github.com/cocopon/iceberg.vim
|
-- https://github.com/cocopon/iceberg.vim
|
||||||
use("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
|
-- https://github.com/catppuccin/nvim#setup
|
||||||
local catppuccin_term_colors = false
|
local catppuccin_term_colors = false
|
||||||
if vim.env.COLORTERM == "truecolor" then
|
if vim.env.COLORTERM == "truecolor" then
|
||||||
|
|
Loading…
Reference in New Issue