nvim/lua/plugins/typescript.lua

13 lines
235 B
Lua
Raw Normal View History

2023-06-12 16:41:51 -04:00
return {
-- {
-- "jose-elias-alvarez/typescript.nvim",
-- opts = {
-- init_options = {
-- preferences = {
-- importModuleSpecifierPreference = "relative",
-- },
-- },
-- },
-- },
}