Show intendation
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 31s

This commit is contained in:
nichkara
2025-09-23 07:35:38 +02:00
parent f96b560ca7
commit d55b376ba8

View File

@@ -66,7 +66,13 @@ return {
end, end,
ft = { "markdown" }, ft = { "markdown" },
}, },
{
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
},
-- Themes -- Themes
"folke/tokyonight.nvim", "folke/tokyonight.nvim",
"patstockwell/vim-monokai-tasty", "patstockwell/vim-monokai-tasty",