fix: Initial pass through each neovim config section for formatting and

removing WSL
This commit is contained in:
2026-03-31 12:09:41 -05:00
parent 095cacf392
commit 0fd6336d5a
5 changed files with 32 additions and 36 deletions

View File

@@ -1,6 +1,8 @@
local cf = require('custom_functions')
vim.g.mapleader = ','
-- Expose custom functions for binding
local cf = require('custom_functions')
-- Standard keybinding options
local options = { noremap = true }