mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 22:09:25 +00:00
[neovim] Simplify plugins including
This commit is contained in:
@ -13,18 +13,13 @@ vim.opt.rtp:prepend(lazypath)
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
local status_ok, lazy = pcall(require, "lazy")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
local lazy_opts = {
|
||||
ui = {
|
||||
border = "rounded",
|
||||
},
|
||||
}
|
||||
|
||||
lazy.setup({
|
||||
require("lazy").setup({
|
||||
-- Colorschemes
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
|
Reference in New Issue
Block a user