refactor: lint and dap

This commit is contained in:
Fabio Lenherr 2022-10-12 22:05:51 +02:00
parent 7785311043
commit 2bed6f50c0
46 changed files with 2453 additions and 0 deletions

View file

@ -0,0 +1,8 @@
local status_ok, _ = pcall(require, "feline")
if not status_ok then
return
end
require('feline').setup()
--require('feline').winbar.setup()