feat: remove conceals

This commit is contained in:
Lucas Barbieri 2024-07-15 10:11:10 -03:00
parent 8227a0cddc
commit 35a006598b
2 changed files with 1 additions and 11 deletions

View File

@ -358,6 +358,7 @@ local servers = {
}
},
},
marksman = {},
html = { provideFormatter = false },
cssls = {},
pyright = {},

View File

@ -36,14 +36,6 @@ autocmd({ "WinEnter" }, { pattern = "*", callback = function() vim.opt.colorcolu
-- disable bar any%
vim.opt.laststatus = 0
autocmd({ "BufReadPre", "BufEnter", "BufRead", "BufNewFile" },
{
pattern = { "*.norg", "*.md" },
callback = function()
require("cmp").setup.buffer({ enabled = false })
end
})
autocmd("Filetype", {
pattern = "norg",
callback = function()
@ -58,9 +50,6 @@ autocmd("Filetype", {
end
})
vim.opt.conceallevel = 2
vim.opt.concealcursor = "n"
vim.g.mapleader = " "
-- Case insensitive searching UNLESS /C or capital in search