Skip to content

Commit 3cc014b

Browse files
authored
assign table to filetype in lua_ls config comment (nvim-lua#770)
1 parent adfbdea commit 3cc014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ require('lazy').setup({
554554

555555
lua_ls = {
556556
-- cmd = {...},
557-
-- filetypes { ...},
557+
-- filetypes = { ...},
558558
-- capabilities = {},
559559
settings = {
560560
Lua = {

0 commit comments

Comments
 (0)