diff --git a/Dockerfile b/Containerfile similarity index 100% rename from Dockerfile rename to Containerfile diff --git a/lua/lazy-load.lua b/lua/lazy-load.lua index 1f50eee..9213941 100644 --- a/lua/lazy-load.lua +++ b/lua/lazy-load.lua @@ -17,7 +17,7 @@ require("lazy").setup({ -- treesitter need to be configured after load, -- so let here be init, not config init = require('plugins.treesitter'), - build = ':TSUpdate', + --build = ':TSUpdate', -- not needed in Container workflow priority = 400 }, -- neovim lsp plugins and depencencies