1
Fork 0

Tweaked vim config a bunch

This commit is contained in:
Matei Adriel 2023-08-30 13:08:50 +03:00
parent c4e8869820
commit f76340f145
No known key found for this signature in database
7 changed files with 107 additions and 113 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -0,0 +1,8 @@
local M = {
"echasnovski/mini.operators",
version = false,
event = "VeryLazy",
opts = {},
}
return M