1
0
Fork 0

minor reconfiguration of nvim

This commit is contained in:
Luca Bilke 2024-04-10 23:22:59 +02:00
parent b40ab988f1
commit abea5cdae6
4 changed files with 14 additions and 3 deletions

View file

@ -18,7 +18,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.coding.yanky" },
{ import = "lazyvim.plugins.extras.coding.copilot" },
{ import = "lazyvim.plugins.extras.dap.core" },
{ import = "lazyvim.plugins.extras.ui.edgy" },
-- { import = "lazyvim.plugins.extras.ui.edgy" },
{ import = "lazyvim.plugins.extras.editor.aerial" },
{ import = "lazyvim.plugins.extras.editor.leap" },
{ import = "lazyvim.plugins.extras.test.core" },

View file

@ -1,5 +1,5 @@
---@class custom
---@field dashboard custom.dashboard
---@field ui custom.ui
---@field language custom.language
local M = {}

View file

@ -1,4 +1,4 @@
---@class custom.dashboard
---@class custom.ui
local M = {}
---@type Array<string>

View file

@ -7,6 +7,17 @@ return {
-- hl.CurSearch = nil
-- end
},
{
"folke/noice.nvim",
opts = {
cmdline = {
view = "cmdline",
presets = {
command_palette = false,
},
},
},
},
{
"nvimdev/dashboard-nvim",
opts = function(_, opts)