finish basic files refactor

This commit is contained in:
Maciej Lebiest 2023-02-12 18:26:24 +01:00
parent 94fd2627b9
commit 2754473139
28 changed files with 715 additions and 666 deletions

4
lua/plugins/hlslens.lua Normal file
View file

@ -0,0 +1,4 @@
return {
keys = {
{ '<leader>l', '<cmd>nohl<cr>' } }
}