Make plugin specs more uniform
This commit is contained in:
parent
f44e0b3274
commit
e810234430
13 changed files with 55 additions and 40 deletions
|
@ -1,2 +1,5 @@
|
|||
-- vim api documentation for lua lsp
|
||||
return { "ii14/emmylua-nvim", ft = { "lua" } }
|
||||
return {
|
||||
"ii14/emmylua-nvim",
|
||||
ft = { "lua" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue