refactor: alacritty's config

This commit is contained in:
Ryan Yin
2023-07-16 15:57:18 +08:00
parent e6b7e24a36
commit cf80c7549e
12 changed files with 118 additions and 1555 deletions

View File

@@ -92,14 +92,6 @@ return {
{"nvim-treesitter/nvim-treesitter"}
}
},
{
'edluffy/hologram.nvim',
config = function()
require('hologram').setup({
auto_display = true -- WIP automatic markdown image display, may be prone to breaking
})
end,
},
-- Language Parser for syntax highlighting / indentation / folding / Incremental selection
{
"nvim-treesitter/nvim-treesitter",