Add oil. Remove obsolete plugins.
This commit is contained in:
parent
f9201da47b
commit
f3a93169b4
@ -11,6 +11,8 @@ map("v", "Q", "<cmd>norm @q<CR>")
|
|||||||
map("n", "<S-Tab>", "<C-U>")
|
map("n", "<S-Tab>", "<C-U>")
|
||||||
map("n", "<Tab>", "<C-D>")
|
map("n", "<Tab>", "<C-D>")
|
||||||
|
|
||||||
|
map("n", "-", "<CMD>Oil<CR>", { desc = "Open parent directory" })
|
||||||
|
|
||||||
-- Testing
|
-- Testing
|
||||||
map("n", "<leader>tr", "require('neotest').run.run()<CR>")
|
map("n", "<leader>tr", "require('neotest').run.run()<CR>")
|
||||||
map("n", "<leader>td", "require('dap-go').debug_test()<CR>")
|
map("n", "<leader>td", "require('dap-go').debug_test()<CR>")
|
||||||
|
@ -19,6 +19,7 @@ require("lazy").setup({
|
|||||||
{ import = "lazyvim.plugins.extras.lang.markdown" },
|
{ import = "lazyvim.plugins.extras.lang.markdown" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.clangd" },
|
{ import = "lazyvim.plugins.extras.lang.clangd" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.tex" },
|
{ import = "lazyvim.plugins.extras.lang.tex" },
|
||||||
|
{ import = "lazyvim.plugins.extras.editor.trouble-v3" },
|
||||||
-- import/override with your plugins
|
-- import/override with your plugins
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
},
|
},
|
||||||
|
@ -2,11 +2,13 @@ return {
|
|||||||
-- gruvbox
|
-- gruvbox
|
||||||
{
|
{
|
||||||
"ellisonleao/gruvbox.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
lazy = true,
|
||||||
opts = { contrast = "hard" },
|
opts = { contrast = "hard" },
|
||||||
},
|
},
|
||||||
-- kanagawa
|
-- kanagawa
|
||||||
{
|
{
|
||||||
"rebelot/kanagawa.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
|
lazy = true,
|
||||||
},
|
},
|
||||||
{{- if eq .chezmoi.os "openbsd" }}
|
{{- if eq .chezmoi.os "openbsd" }}
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
{ "echasnovski/mini.pairs", enabled = false },
|
{ "echasnovski/mini.pairs", enabled = false },
|
||||||
|
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||||
|
{ "akinsho/bufferline.nvim", enabled = false },
|
||||||
}
|
}
|
||||||
|
@ -511,4 +511,10 @@ return {
|
|||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stevearc/oil.nvim",
|
||||||
|
opts = {},
|
||||||
|
-- Optional dependencies
|
||||||
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
@ -6,9 +6,14 @@ ControlMaster auto
|
|||||||
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
ForwardAgent no
|
||||||
|
|
||||||
Host cshpc
|
Host cshpc
|
||||||
Hostname cshpc.rrze.uni-erlangen.de
|
Hostname cshpc.rrze.uni-erlangen.de
|
||||||
|
User unrz254
|
||||||
|
|
||||||
|
Host csnhr
|
||||||
|
Hostname csnhr.nhr.fau.de
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
User unrz254
|
User unrz254
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user