minor reconfiguration of nvim
This commit is contained in:
parent
b40ab988f1
commit
abea5cdae6
4 changed files with 14 additions and 3 deletions
|
@ -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" },
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---@class custom
|
||||
---@field dashboard custom.dashboard
|
||||
---@field ui custom.ui
|
||||
---@field language custom.language
|
||||
local M = {}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---@class custom.dashboard
|
||||
---@class custom.ui
|
||||
local M = {}
|
||||
|
||||
---@type Array<string>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue