mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 11:10:26 +01:00
Load lazy plugins, don't fail on colorscheme
This commit is contained in:
@@ -30,12 +30,14 @@ vim.opt.smartindent = true -- smart indentation
|
||||
vim.opt.termguicolors = true -- true color support
|
||||
vim.opt.clipboard = "unnamedplus" -- system clipboard
|
||||
|
||||
vim.cmd.colorscheme 'kanagawa-dragon'
|
||||
-- vim.cmd.colorscheme 'kanagawa-dragon'
|
||||
vim.opt.smoothscroll = true
|
||||
|
||||
-- Setup lazy.nvim
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
-- add LazyVim and import its plugins
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
-- import your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user