# HG changeset patch # User Meredith Howard # Date 1677813329 21600 # Node ID c8754b0414b96456a92b99532992e3cc93616b4b # Parent 3c42989e695b00e25ba3559bb4d0b44bef1f9d82 add bundled languages to avoid errors diff --git a/.config/nvim/lua/plugins/filetype.lua b/.config/nvim/lua/plugins/filetype.lua --- a/.config/nvim/lua/plugins/filetype.lua +++ b/.config/nvim/lua/plugins/filetype.lua @@ -17,10 +17,14 @@ return { highlight = { enable = true }, indent = { enable = true }, ensure_installed = { + 'c', 'eex', 'elixir', 'heex', + 'help', + 'lua', 'surface', + 'vim', }, }) end,