mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-10 05:54:26 +02:00
Refine plugin configurations for Trouble and Lazy UI
Updates `trouble.nvim` settings, including a more detailed icon configuration. Comments out `which-key` registration for `trouble` and `goto` commands. Adds a 'git' icon to the `lazy.nvim` interface. Localizes `vim` global in `init.lua`.
This commit is contained in:
parent
b94576c7b4
commit
1fdec71945
2 changed files with 68 additions and 60 deletions
4
init.lua
4
init.lua
|
@ -83,7 +83,8 @@ I hope you enjoy your Neovim journey,
|
|||
|
||||
P.S. You can delete this when you're done too. It's your config now! :)
|
||||
--]]
|
||||
|
||||
--
|
||||
local vim = vim
|
||||
-- Set <space> as the leader key
|
||||
-- See `:help mapleader`
|
||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||
|
@ -1030,6 +1031,7 @@ require('lazy').setup({
|
|||
start = '🚀',
|
||||
task = '📌',
|
||||
lazy = '💤 ',
|
||||
git = 'g',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue