Update tmux keybindings and a few nvim configs
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
@@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user