diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-25 21:56:15 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-25 21:56:15 -0400 |
| commit | 71abdc77bf4647211ec002e05993f0d064f44930 (patch) | |
| tree | fe28979a218cdc9bafabf7393d262259646c7013 /pkgs | |
| parent | ba81d72859ab773e742d2c253c4337d051a8b0a7 (diff) | |
neovim: added neovide settings
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/init.lua | 1 | ||||
| -rw-r--r-- | pkgs/custom-neovim/todo.md | 1 |
2 files changed, 1 insertions, 1 deletions
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 |
