toUnstable
This commit is contained in:
61
home/programs/neovim/init.lua
Normal file
61
home/programs/neovim/init.lua
Normal file
@@ -0,0 +1,61 @@
|
||||
vim.g.mapleader = " "
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
-- Import plugins from lua/plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
performance = {
|
||||
reset_packpath = false,
|
||||
rtp = {
|
||||
reset = false,
|
||||
},
|
||||
},
|
||||
dev = {
|
||||
path = "@path@/pack/myNeovimPackages/start",
|
||||
patterns = {
|
||||
"folke",
|
||||
"catppuccin",
|
||||
"Julian",
|
||||
"hrsh7th",
|
||||
"neovim",
|
||||
"rafamadriz",
|
||||
"saadparwaiz1",
|
||||
"L3MON4D3",
|
||||
"onsails",
|
||||
"nvim-lua",
|
||||
"Olical",
|
||||
"PaterJason",
|
||||
"iamcco",
|
||||
"nvim-treesitter",
|
||||
"HiPhish",
|
||||
"lervag",
|
||||
"windwp",
|
||||
"kylechui",
|
||||
"numToStr",
|
||||
"JoosepAlviste",
|
||||
"stevearc",
|
||||
"nvim-tree",
|
||||
"tpope",
|
||||
"karb94",
|
||||
"akinsho",
|
||||
"nvim-lualine",
|
||||
"arkav",
|
||||
"nvimdev",
|
||||
"ggandor",
|
||||
"Bekaboo",
|
||||
"nvim-telescope",
|
||||
"aserowy",
|
||||
"3rd",
|
||||
"epwalsh",
|
||||
"preservim",
|
||||
"elkowar",
|
||||
"dynamotn",
|
||||
"LhKipp",
|
||||
},
|
||||
},
|
||||
install = {
|
||||
-- Safeguard in case we forget to install a plugin with Nix
|
||||
missing = false,
|
||||
},
|
||||
})
|
||||
require("config/options")
|
||||
Reference in New Issue
Block a user