Added fish shell config, updated nvim.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
return {
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -141,6 +141,7 @@ return {
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c_sharp",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"jlcrochet/vim-razor",
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
keys = {
|
||||
{ "<leader>e", "<cmd>Neotree focus<cr>", "Focus neotree" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user