diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-02-13 13:17:26 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-02-13 13:17:26 -0500 |
commit | a42bc21a1db924910129a259335fccdeb0080c34 (patch) | |
tree | d07dacea8896ebc21616b5615ab7ef21149c1f93 /lua/cshift/init.lua |
Init repo
Diffstat (limited to 'lua/cshift/init.lua')
-rw-r--r-- | lua/cshift/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/cshift/init.lua b/lua/cshift/init.lua new file mode 100644 index 0000000..4a98a77 --- /dev/null +++ b/lua/cshift/init.lua @@ -0,0 +1,5 @@ +vim.g.mapleader = "s" +require("cshift.lazy") +require("lazy").setup("cshift.plugins") + +require("cshift.remaps") |