feat: add indent blankline marker
This commit is contained in:
parent
2d5c0f0c3f
commit
7b575e5277
2 changed files with 7 additions and 2 deletions
|
@ -54,7 +54,7 @@ lspconfig.nixd.setup({})
|
||||||
|
|
||||||
lspconfig.r_language_server.setup({})
|
lspconfig.r_language_server.setup({})
|
||||||
|
|
||||||
lspconfig.qmlls.setup({})
|
--lspconfig.qmlls.setup({})
|
||||||
|
|
||||||
lspconfig.lua_ls.setup({
|
lspconfig.lua_ls.setup({
|
||||||
on_init = function(client)
|
on_init = function(client)
|
||||||
|
|
|
@ -102,7 +102,12 @@ require("lazy").setup({
|
||||||
"m4xshen/autoclose.nvim",
|
"m4xshen/autoclose.nvim",
|
||||||
opts = require("autoclose-config"),
|
opts = require("autoclose-config"),
|
||||||
},
|
},
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
{
|
||||||
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
main = "ibl",
|
||||||
|
---@module "ibl"
|
||||||
|
opts = { indent = { char = "│" } },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"EdenEast/nightfox.nvim", -- themeing
|
"EdenEast/nightfox.nvim", -- themeing
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue