Skip to content

Commit

Permalink
chore(submodules): update
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Aug 15, 2023
1 parent 2ef5f6a commit 384b8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/.local
2 changes: 1 addition & 1 deletion config/nvim
Submodule nvim updated 46 files
+72 −0 CHANGELOG.md
+6 −0 after/ftplugin/gitcommit.lua
+1 −0 after/ftplugin/javascriptreact.lua
+0 −6 after/ftplugin/jsx.lua
+7 −0 after/ftplugin/typescript.lua
+1 −0 after/ftplugin/typescriptreact.lua
+13 −94 colors/average_dark.lua
+2 −0 compiler/typescript.vim
+1 −0 compiler/typescriptreact.vim
+5 −0 cspell.json
+33 −39 lazy-lock.json
+7 −7 lua/config/lsp/capabilities.lua
+19 −0 lua/config/lsp/efm/cbfmt.lua
+39 −0 lua/config/lsp/efm/cspell.lua
+36 −0 lua/config/lsp/efm/eslint.lua
+18 −0 lua/config/lsp/efm/jq.lua
+19 −0 lua/config/lsp/efm/luacheck.lua
+22 −0 lua/config/lsp/efm/prettier.lua
+36 −0 lua/config/lsp/efm/prettierd.lua
+25 −0 lua/config/lsp/efm/shellcheck.lua
+18 −0 lua/config/lsp/efm/shfmt.lua
+28 −0 lua/config/lsp/efm/stylua.lua
+34 −0 lua/config/lsp/efm/vint.lua
+18 −0 lua/config/lsp/efm/yamlfmt.lua
+26 −0 lua/config/lsp/efm/yamllint.lua
+14 −10 lua/config/lsp/formatting.lua
+16 −20 lua/config/lsp/keymap.lua
+64 −3 lua/config/lsp/server/efm.lua
+42 −16 lua/config/lsp/util.lua
+2 −1 lua/config/ui/average-colorscheme.lua
+43 −44 lua/config/util/init.lua
+21 −21 lua/config/util/logger.lua
+13 −4 lua/config/util/path.lua
+2 −2 lua/plugins/alpha.lua
+0 −1 lua/plugins/autopairs.lua
+0 −1 lua/plugins/firenvim.lua
+0 −5 lua/plugins/image_previewer.lua
+0 −140 lua/plugins/neo-tree.lua
+0 −96 lua/plugins/null-ls.lua
+54 −33 lua/plugins/treesitter.lua
+1 −1 plugin/statuscolumn.lua
+29 −0 queries/comment/highlights.scm
+14 −0 queries/lua/injections.scm
+53 −0 queries/markdown/highlights.scm
+22 −0 queries/markdown/injections.scm
+13 −0 queries/markdown_inline/highlights.scm

0 comments on commit 384b8cc

Please sign in to comment.