fix: dashboard

This commit is contained in:
Guðmundur Bjarki Sigurðsson 2024-03-28 00:13:46 +00:00
parent 94403559fc
commit e4260c415e
2 changed files with 21 additions and 65 deletions

View file

@ -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 = {