Adds mhlink script, which still needs some work and updates to nvim config, which fixes tmux-navigator mappings

This commit is contained in:
2023-10-06 17:47:32 -04:00
parent 346ff30f4a
commit 3fcb57d090
4 changed files with 54 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
-- Leader needs to be set before loading plugins
vim.g.mapleader = " "
vim.g.maplocalleader = " "
-- Common settings
require('user.settings')