Update config files to use stow

This commit is contained in:
2026-03-16 22:00:33 -07:00
parent fd65dc3aad
commit 08f4f3d114
26 changed files with 9 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
-- Set ',' as the leader key
vim.g.mapleader = ','
vim.g.maplocalleader = ','
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = true
require 'options'
require 'keymaps'
require 'config.lazy'
require 'config.lsp'
vim.cmd.colorscheme 'catppuccin-mocha'