Added fish shell config, updated nvim.

This commit is contained in:
KaasKop-
2023-12-23 19:46:48 +01:00
parent 01e528a285
commit 0f3d3816f3
11 changed files with 37 additions and 170 deletions

View File

@@ -1,9 +0,0 @@
return {
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
}

View File

@@ -141,6 +141,7 @@ return {
opts = {
ensure_installed = {
"bash",
"c_sharp",
"html",
"javascript",
"json",

View File

@@ -1,3 +0,0 @@
return {
"jlcrochet/vim-razor",
}

View File

@@ -1,6 +0,0 @@
return {
"nvim-neo-tree/neo-tree.nvim",
keys = {
{ "<leader>e", "<cmd>Neotree focus<cr>", "Focus neotree" },
},
}