Thu, 02 Mar 2023 21:15:29 -0600
add bundled languages to avoid errors
--- 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,