mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-17 13:23:08 +10:00
Cleaning up nvim config.
This commit is contained in:
@@ -23,8 +23,26 @@ packer.startup(function(use)
|
||||
use("wbthomason/packer.nvim")
|
||||
|
||||
-- Dashboard is a nice start screen for nvim
|
||||
use("glepnir/dashboard-nvim")
|
||||
|
||||
use {
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require('dashboard').setup {
|
||||
-- config
|
||||
theme = "hyper",
|
||||
config = {
|
||||
week_header = {
|
||||
enable = true,
|
||||
},
|
||||
shortcut = {},
|
||||
footer = {'',
|
||||
'I Miss Emacs Already!'
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
requires = {'nvim-tree/nvim-web-devicons'}
|
||||
}
|
||||
-- Telescope
|
||||
use({
|
||||
"nvim-telescope/telescope.nvim",
|
||||
|
||||
Reference in New Issue
Block a user