mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-23 03:41:57 +00:00
copied changes manually to fix nix config push issue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user