neovim stuff

This commit is contained in:
2025-08-04 19:59:30 -04:00
parent df7c6d9d62
commit 15bd4c4540
2 changed files with 7 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
VISUAL=nvim
EDITOR=nvim

View File

@@ -29,23 +29,11 @@ vim.o.termguicolors = true
-- Setup lazy.nvim
require("lazy").setup({
spec = {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000
},
{
"nvim-telescope/telescope.nvim",
tag = "0.1.8",
dependencies = { "nvim-lua/plenary.nvim" }
},
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate"
},
{
"neovim/nvim-lspconfig"
},
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
{ "nvim-telescope/telescope.nvim", tag = "0.1.8", dependencies = { "nvim-lua/plenary.nvim" } },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "neovim/nvim-lspconfig" },
{ "sindrets/diffview.nvim" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.