mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
10 Commits
4949356449
...
df8050683c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df8050683c | ||
|
|
ef20670ca5 | ||
|
|
7a3c86f0f4 | ||
|
|
8d11026e44 | ||
|
|
40da924976 | ||
|
|
534848d32e | ||
|
|
66170163b8 | ||
|
|
2316cbf946 | ||
|
|
babc1a8796 | ||
|
|
46ef569dfa |
@ -1,15 +0,0 @@
|
||||
return function()
|
||||
require("dashboard").setup({
|
||||
theme = "hyper",
|
||||
config = {
|
||||
header = {
|
||||
[[ ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗]],
|
||||
[[ ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║]],
|
||||
[[ ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██╔████╔██║]],
|
||||
[[ ██║╚██╗██║ ██╔══╝ ██║ ██║ ╚██╗ ██╔╝ ██║ ██║╚██╔╝██║]],
|
||||
[[ ██║ ╚████║ ███████╗╚██████╔╝ ╚████╔╝ ██║ ██║ ╚═╝ ██║]],
|
||||
[[ ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝]],
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
@ -3,6 +3,5 @@ return function()
|
||||
require("config.plugins.lspconfig.emmet")
|
||||
require("config.plugins.lspconfig.javascript")
|
||||
require("config.plugins.lspconfig.lua")
|
||||
require("config.plugins.lspconfig.ruby")
|
||||
require("config.plugins.lspconfig.rust")
|
||||
-- require("config.plugins.lspconfig.ruby")
|
||||
end
|
||||
|
||||
@ -1 +0,0 @@
|
||||
require("lspconfig").rust_analyzer.setup({})
|
||||
@ -16,7 +16,10 @@ return {
|
||||
{
|
||||
"glepnir/dashboard-nvim",
|
||||
event = "VimEnter",
|
||||
config = require("config.plugins.dashboard"),
|
||||
config = function()
|
||||
require("dashboard").setup({
|
||||
})
|
||||
end,
|
||||
dependencies = { { "nvim-tree/nvim-web-devicons" } },
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user