Update tmux keybindings and a few nvim configs

This commit is contained in:
2025-08-26 12:04:22 -05:00
parent 1c8e6c2165
commit 624a06cc36
5 changed files with 18 additions and 13 deletions

View File

@@ -35,6 +35,7 @@ return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
style = "night", -- "night", "storm", "moon", "day"
styles = {
@@ -43,6 +44,7 @@ return {
on_colors = function(colors)
colors.hint = colors.orange
colors.error = "#ff0000"
colors.fg_gutter = "#9098B8"
end
},
}

View File

@@ -8,7 +8,7 @@ return {
require("nvim-treesitter.configs").setup({
ensure_installed = {
"vimdoc", "bash", "lua", "c", "cpp", "go", "python", "ruby",
"html", "css", "json", "sql", "javascript", "jsdoc",
"html", "css", "javascript", "jsdoc", "sql", "json", "yaml",
"markdown", "markdown_inline",
-- "odin", "zig", "ocaml", "java", "typescript",
},