diff options
author | Shane Crowley <66971213+edibotopic@users.noreply.github.com> | 2024-03-18 13:57:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 09:57:48 -0400 |
commit | b81115d002745cdd5aaba5aea98d3677c4a56844 (patch) | |
tree | 3e99e91a54ff6df2ce64a86776d60f9bf6a036df /init.lua | |
parent | a222805c6120b88f451c3e026b29ea6f761a491e (diff) |
assign table to filetype in lua_ls config comment (#770)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ require('lazy').setup({ lua_ls = { -- cmd = {...}, - -- filetypes { ...}, + -- filetypes = { ...}, -- capabilities = {}, settings = { Lua = { |