common: update config

This commit is contained in:
2026-03-11 11:40:14 -05:00
parent d237a3b918
commit 25a14684d1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 &)
+1 -1
View File
@@ -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" },
+2 -2
View File
@@ -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 = " "