refactor: clean config

refactor: clean config
This commit is contained in:
doryan 2025-04-13 14:43:55 +04:00
parent 5f155a5880
commit 08e8e21300
2 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@ end
if vim.lsp.inlay_hint then
vim.lsp.inlay_hint.enable(true, { 0 })
end
require("config.lazy")
require("config.plugins.autotag")
require("config.plugins.autocomplete")

View File

@ -21,9 +21,6 @@ return {
{
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
},
{
"savq/melange-nvim"