kickstart.nvim/lua/custom/plugins/neodev.lua

2 lines
80 B
Lua
Raw Normal View History

2023-03-22 18:50:48 +01:00
return { "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } }