Skip to content

Commit

Permalink
assign table to filetype in lua_ls config comment (nvim-lua#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
edibotopic committed Mar 18, 2024
1 parent a222805 commit b81115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ require('lazy').setup({

lua_ls = {
-- cmd = {...},
-- filetypes { ...},
-- filetypes = { ...},
-- capabilities = {},
settings = {
Lua = {
Expand Down

0 comments on commit b81115d

Please sign in to comment.