fix: dashboard
This commit is contained in:
parent
94403559fc
commit
e4260c415e
2 changed files with 21 additions and 65 deletions
3
init.lua
3
init.lua
|
|
@ -1,6 +1,7 @@
|
|||
---- Set <space> as the leader key
|
||||
-- See `:help mapleader`
|
||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||
|
||||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
|
|
@ -140,7 +141,7 @@ vim.opt.rtp:prepend(lazypath)
|
|||
-- NOTE: Here is where you install your plugins.
|
||||
require('lazy').setup({
|
||||
'tpope/vim-sleuth',
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
{ import = 'custom.plugins' },
|
||||
}, {
|
||||
ui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue