common: update config
This commit is contained in:
@@ -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 &)
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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 = " "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user