Switch vim config to lua (Full rewrite)

This commit is contained in:
ItsDrike 2021-11-30 20:22:51 +01:00
parent f0385c4961
commit bb7a2af9f9
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
25 changed files with 497 additions and 303 deletions

View file

@ -0,0 +1,7 @@
-- This file is here to allow running `local vim = require("vim")`, which
-- avoids the hassle of having to ignore vim as undefined-global for lua
-- language server diagnostics. Another advantage is that it actually allows
-- us to detect the attributes of vim so we will get suggestions.
---@diagnostic disable-next-line:undefined-global
return vim