feat: dashboard and stuff for nvim
This commit is contained in:
parent
79455a6e29
commit
441844b0c5
5 changed files with 57 additions and 46 deletions
dotfiles/neovim/lua/my/plugins
|
@ -8,6 +8,7 @@ function M.setup()
|
|||
-- Other unconfigured plugins
|
||||
require('nvim-autopairs').setup()
|
||||
require('nvim_comment').setup()
|
||||
require("startup").setup({theme = "dashboard"})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue