feat: Adding new additions of:

- autopairs (trying again and kind of liking it)
- render-markdown to render markdown in editor
- twilight for dimming other lines
- nvim-biscuits

Changes to the zshrc settings to add location, color settings
environment variables, some keybindings, universal aliases for
coloration, etc.

Adding a loader.enable to the start of init.lua for faster load times
(need to benchmark this but it feels faster).
This commit is contained in:
2025-07-20 14:53:21 -05:00
parent 6faf8a1641
commit dab3447bad
10 changed files with 229 additions and 25 deletions

View File

@@ -18,10 +18,13 @@ return {
'javascript',
'json',
'lua',
'markdown',
'markdown_inline',
'python',
'query',
'rust',
'sql',
'tera',
'toml',
'tsx',
'typescript',
@@ -41,8 +44,5 @@ return {
enable = true,
}
}
-- require('nvim-treesitter.install').prefer_git = true
-- TSUpdate
end,
-- lazy = false,
}