Skip to content

Commit

Permalink
update vim
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed May 5, 2024
1 parent 16bf1d5 commit e2662ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/editor/neovim/config/lua/plugins/syntax.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
{ "ekalinin/Dockerfile.vim", ft = "dockerfile" },
{ "LnL7/vim-nix", ft = "nix" },
{ "RRethy/vim-illuminate", event = "BufRead" },
{ "RRethy/vim-illuminate", event = "VeryLazy" },
}
2 changes: 1 addition & 1 deletion pkgs/editor/neovim/config/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ return {
{ "RRethy/nvim-treesitter-textsubjects" },
{ "windwp/nvim-ts-autotag" },
},
event = "BufWinEnter",
event = "VeryLazy",
},
{
"ThePrimeagen/refactoring.nvim",
Expand Down

0 comments on commit e2662ae

Please sign in to comment.