Add oil. Remove obsolete plugins.

This commit is contained in:
Jan Eitzinger 2024-04-11 20:37:27 +02:00
parent f9201da47b
commit f3a93169b4
6 changed files with 18 additions and 0 deletions

View File

@ -11,6 +11,8 @@ map("v", "Q", "<cmd>norm @q<CR>")
map("n", "<S-Tab>", "<C-U>")
map("n", "<Tab>", "<C-D>")
map("n", "-", "<CMD>Oil<CR>", { desc = "Open parent directory" })
-- Testing
map("n", "<leader>tr", "require('neotest').run.run()<CR>")
map("n", "<leader>td", "require('dap-go').debug_test()<CR>")

View File

@ -19,6 +19,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lang.markdown" },
{ import = "lazyvim.plugins.extras.lang.clangd" },
{ import = "lazyvim.plugins.extras.lang.tex" },
{ import = "lazyvim.plugins.extras.editor.trouble-v3" },
-- import/override with your plugins
{ import = "plugins" },
},

View File

@ -2,11 +2,13 @@ return {
-- gruvbox
{
"ellisonleao/gruvbox.nvim",
lazy = true,
opts = { contrast = "hard" },
},
-- kanagawa
{
"rebelot/kanagawa.nvim",
lazy = true,
},
{{- if eq .chezmoi.os "openbsd" }}
{

View File

@ -1,3 +1,5 @@
return {
{ "echasnovski/mini.pairs", enabled = false },
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
{ "akinsho/bufferline.nvim", enabled = false },
}

View File

@ -511,4 +511,10 @@ return {
return opts
end,
},
{
"stevearc/oil.nvim",
opts = {},
-- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" },
},
}

View File

@ -6,9 +6,14 @@ ControlMaster auto
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
VerifyHostKeyDNS yes
AddKeysToAgent yes
ForwardAgent no
Host cshpc
Hostname cshpc.rrze.uni-erlangen.de
User unrz254
Host csnhr
Hostname csnhr.nhr.fau.de
ForwardAgent no
User unrz254