add bundled languages to avoid errors

Thu, 02 Mar 2023 21:15:29 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 02 Mar 2023 21:15:29 -0600
changeset 1058
c8754b0414b9
parent 1057
3c42989e695b
child 1059
dc0095e5bbc8

add bundled languages to avoid errors

.config/nvim/lua/plugins/filetype.lua file | annotate | diff | comparison | revisions
--- 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,

mercurial