From 25a14684d1bd5c29c7fbba28a9ea741174b4dcd9 Mon Sep 17 00:00:00 2001 From: trianta Date: Wed, 11 Mar 2026 11:40:14 -0500 Subject: [PATCH] common: update config --- .zshrc | 2 +- nvim/after/plugin/settings.lua | 2 +- nvim/lua/trianta/vim.lua | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 5852e36..7d91b03 100644 --- a/.zshrc +++ b/.zshrc @@ -103,7 +103,7 @@ export EDITOR="nvim" export CMAKE_EXPORT_COMPILE_COMMANDS=1 if [[ "$(tty)" == /dev/tty1 ]]; then - mount -a ; Hyprland + mount -a && Hyprland fi $(&>/dev/null pw-play --volume=2.0 ~/.alert/ready.mp3 &) diff --git a/nvim/after/plugin/settings.lua b/nvim/after/plugin/settings.lua index 79768ff..cff7806 100644 --- a/nvim/after/plugin/settings.lua +++ b/nvim/after/plugin/settings.lua @@ -38,7 +38,7 @@ cmp.setup({ -- Treesitter vim.opt.runtimepath:append("~/.local/share/nvim/parsers") -require('nvim-treesitter').setup { +require('nvim-treesitter.configs').setup { ensure_installed = { "c", "lua", "vim", "c_sharp", "cpp", "python", "json", "json5", "bibtex", "query" }, diff --git a/nvim/lua/trianta/vim.lua b/nvim/lua/trianta/vim.lua index 8ec7321..55decdb 100644 --- a/nvim/lua/trianta/vim.lua +++ b/nvim/lua/trianta/vim.lua @@ -21,9 +21,9 @@ vim.opt.signcolumn = "yes" vim.opt.updatetime = 50 -- Original limit --- vim.opt.colorcolumn = "80" +vim.opt.colorcolumn = "80" -- Obisidian limit -vim.opt.colorcolumn = "65" +-- vim.opt.colorcolumn = "55" vim.g.mapleader = " "