NvChad stuff

laptop
Elias Almqvist 9 months ago
parent 40592e984c
commit ac7ba0858f
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      nvchad/.config/nvim/lua/custom/chadrc.lua
  2. 2
      nvchad/.config/nvim/lua/custom/init.lua
  3. 2
      oh-my-zsh/.oh-my-zsh/aliases.sh

@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "yoru",
theme_toggle = { "yoru", "one_light" },
theme = "gruvchad",
theme_toggle = { "gruvchad", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,

@ -5,5 +5,3 @@
-- pattern = "*",
-- command = "tabdo wincmd =",
-- })
vim.opt.mouse = ""

@ -32,3 +32,5 @@ alias cr="cd_gitroot"
alias dev="cd $HOME/Projects/almtech/ingenuity/"
alias dc="docker-compose"
alias dots="cd $HOME/.dotfiles/"

Loading…
Cancel
Save