copied changes manually to fix nix config push issue

This commit is contained in:
2024-12-05 23:26:22 +00:00
parent d85ba4319f
commit 3e114e9d06
14 changed files with 186 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ return { -- UI components and other visual elements are declared here
vim.cmd.colorscheme("tokyonight-night")
end,
},
{ "MunifTanjim/nui.nvim", lazy = true },
{ -- Useful plugin to show you pending keybinds.
"folke/which-key.nvim",
event = "VimEnter",
@@ -79,6 +80,7 @@ return { -- UI components and other visual elements are declared here
end, 5)
end,
},
-- Modular, configurable status bar
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
@@ -142,6 +144,7 @@ return { -- UI components and other visual elements are declared here
event = "VeryLazy",
dependencies = { "zbirenbaum/copilot.lua" },
},
-- Assistant for refreshers on vim motions
{
"tris203/precognition.nvim",
keys = require("config.keys").precognition,