commit 5ab2ddcfe4b15457c483e48e1af4e172198ef303
parent a646da76f07fee05adebfa7caa9618013ed2145e
Author: mdnrz <mehdeenoroozi@gmail.com>
Date: Sun, 14 Sep 2025 13:18:25 +0330
nvim: fetch compile-mode from main repo
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/nvim/.config/nvim/lua/config/plugins/compile-mode.lua b/nvim/.config/nvim/lua/config/plugins/compile-mode.lua
@@ -1,10 +1,9 @@
return {
- -- "ej-shafran/compile-mode.nvim",
- "mdnrz/compile-mode.nvim",
+ "ej-shafran/compile-mode.nvim",
-- version = "^5.0.0",
-- you can just use the latest version:
- -- branch = "latest",
+ branch = "latest",
-- or the most up-to-date updates:
-- branch = "nightly",