1
Fork 0

Commit after not doing it for weeks

This commit is contained in:
prescientmoon 2024-07-06 19:32:14 +02:00
commit 9e853e9684
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
28 changed files with 178 additions and 103 deletions
home/features/neovim/config/lua/my

View file

@ -13,6 +13,10 @@ M.setup = function(config)
local augroup = vim.api.nvim_create_augroup("M", {})
local on_vimenter = function()
if vim.o.filetype ~= "" then
return
end
if vim.fn.argc() > 0 then
return
end