From 71abdc77bf4647211ec002e05993f0d064f44930 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 25 Aug 2025 21:56:15 -0400 Subject: neovim: added neovide settings --- pkgs/custom-neovim/config/init.lua | 1 + pkgs/custom-neovim/todo.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/custom-neovim') diff --git a/pkgs/custom-neovim/config/init.lua b/pkgs/custom-neovim/config/init.lua index 83b5ef1..290df70 100644 --- a/pkgs/custom-neovim/config/init.lua +++ b/pkgs/custom-neovim/config/init.lua @@ -6,3 +6,4 @@ require("options") require("keymaps") require("lsp") require("statusline") +require("neovide") diff --git a/pkgs/custom-neovim/todo.md b/pkgs/custom-neovim/todo.md index 3cf7e94..f501044 100644 --- a/pkgs/custom-neovim/todo.md +++ b/pkgs/custom-neovim/todo.md @@ -2,7 +2,6 @@ - make comments not continue onto new line - make blink not complete in comments -- add split creation to mini.files - add git commands (add all and status) - add winbar - add tab bar -- cgit v1.2.3