1
0
Fork 0

Initial work on massive refactor

This commit is contained in:
Luca Bilke 2024-01-24 00:48:37 +01:00
commit c01b7077ff
28 changed files with 717 additions and 530 deletions
.config/nvim/lua/plugins/misc

View file

@ -0,0 +1,5 @@
local M = { "nvim-telescope/telescope-fzf-native.nvim" }
M.build = "make"
return M