Merge main into zephyrus
This commit is contained in:
2
.config/environment.d/neovim.conf
Normal file
2
.config/environment.d/neovim.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
VISUAL=nvim
|
||||||
|
EDITOR=nvim
|
||||||
@@ -29,23 +29,11 @@ vim.o.termguicolors = true
|
|||||||
-- Setup lazy.nvim
|
-- Setup lazy.nvim
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = {
|
spec = {
|
||||||
{
|
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||||
"catppuccin/nvim",
|
{ "nvim-telescope/telescope.nvim", tag = "0.1.8", dependencies = { "nvim-lua/plenary.nvim" } },
|
||||||
name = "catppuccin",
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
||||||
priority = 1000
|
{ "neovim/nvim-lspconfig" },
|
||||||
},
|
{ "sindrets/diffview.nvim" },
|
||||||
{
|
|
||||||
"nvim-telescope/telescope.nvim",
|
|
||||||
tag = "0.1.8",
|
|
||||||
dependencies = { "nvim-lua/plenary.nvim" }
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
build = ":TSUpdate"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"neovim/nvim-lspconfig"
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
-- Configure any other settings here. See the documentation for more details.
|
-- Configure any other settings here. See the documentation for more details.
|
||||||
-- colorscheme that will be used when installing plugins.
|
-- colorscheme that will be used when installing plugins.
|
||||||
|
|||||||
Reference in New Issue
Block a user