diff options
| author | 2025-06-04 12:06:36 +0300 | |
|---|---|---|
| committer | 2025-06-04 12:06:36 +0300 | |
| commit | 27416cef9979882ee8c1da819d48216974c46535 (patch) | |
| tree | c5c074c2ffd13b00a3534931c9bc5f48b633a4a6 /nvim/lua/plugins.lua | |
| parent | 30.05.2025 (diff) | |
| download | dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.gz dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.bz2 dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.xz dotfiles-27416cef9979882ee8c1da819d48216974c46535.zip | |
04.06.2025
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins.lua | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 415aaf3..4ef30d4 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -5,13 +5,8 @@ require("lazy").setup({ build = "cd lua/fzy && make", }, { "neovim/nvim-lspconfig" }, - { - "arnarg/todotxt.nvim", - dependencies = { "MunifTanjim/nui.nvim" }, - opts = { - todo_file = "~/Документы/todo.txt", - }, - }, + { "Snyssfx/goerr-nvim" }, + require("plugins.todo"), require("plugins.codecompanion"), require("plugins.resize"), require("plugins.blankline"), |
