1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-05-01 14:08:36 +00:00
dotfiles/home/.config/nvim/lua/vim.lua

7 lines
352 B
Lua

-- 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