1
Fork 0

Will rewrite my neovim config

This commit is contained in:
Matei Adriel 2022-12-26 20:07:10 +01:00
parent 657fecfa64
commit 686bdd12c4
23 changed files with 591 additions and 176 deletions
dotfiles/neovim/lua/my

View file

@ -1,7 +1,5 @@
local M = {}
function M.global(name, value) vim.g[name] = value end
function M.mergeTables(t1, t2)
local t3 = {}