mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
adds: yabai and skhd, need to implement linking to proper locations
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
-- Leader needs to be set before loading plugins
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
-- Common settings
|
||||
require('user.settings')
|
||||
|
||||
-- Auto commands
|
||||
require('user.autocmd')
|
||||
|
||||
@@ -17,4 +13,8 @@ require('user.mappings')
|
||||
-- Theme (must stay after plugins are loaded)
|
||||
require('user.theme')
|
||||
|
||||
-- Common settings
|
||||
require('user.settings')
|
||||
|
||||
vim.o.shiftwidth = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user