mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 15:31:22 +02:00
feat: add terminal - kitty
This commit is contained in:
@@ -92,6 +92,14 @@ 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",
|
||||
|
||||
Reference in New Issue
Block a user