summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins.lua
diff options
context:
space:
mode:
author2025-06-04 12:06:36 +0300
committer2025-06-04 12:06:36 +0300
commit27416cef9979882ee8c1da819d48216974c46535 (patch)
treec5c074c2ffd13b00a3534931c9bc5f48b633a4a6 /nvim/lua/plugins.lua
parent30.05.2025 (diff)
downloaddotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.gz
dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.bz2
dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.xz
dotfiles-27416cef9979882ee8c1da819d48216974c46535.zip
04.06.2025
Diffstat (limited to 'nvim/lua/plugins.lua')
-rw-r--r--nvim/lua/plugins.lua9
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"),