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/tl/my/plugins

View file

@ -0,0 +1,3 @@
function hi()
print("Hello world!")
end