diff options
Diffstat (limited to '')
-rw-r--r-- | init.lua | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1 +1,9 @@ +-- global shorthands +o = vim.opt +g = vim.g +a = vim.api +cmd = vim.cmd +g.mapleader = " " + +-- load config require('core.init') |
index : nvim | |
My neovim config. |
summaryrefslogtreecommitdiffstats |