Sat Jun 15 12:51:22 PM CEST 2024
This commit is contained in:
parent
6d8c88758a
commit
24850d7dc2
|
@ -11,7 +11,8 @@ end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'stevearc/oil.nvim',
|
'stevearc/oil.nvim',
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" }, lazy = true,
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
default_file_explorer = true,
|
default_file_explorer = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|
|
@ -36,6 +36,8 @@ vim.wo.signcolumn = "yes"
|
||||||
vim.wo.relativenumber = true
|
vim.wo.relativenumber = true
|
||||||
vim.g.rooter_patterns = {".git", "Makefile", "CMakeLists.txt", "build/", "meson.build"}
|
vim.g.rooter_patterns = {".git", "Makefile", "CMakeLists.txt", "build/", "meson.build"}
|
||||||
vim.g.rooter_silent_chdir = 1
|
vim.g.rooter_silent_chdir = 1
|
||||||
|
vim.g.loaded_netrw = 1
|
||||||
|
vim.g.loaded_netrwPlugin = 1
|
||||||
vim.opt.shada = "!,'2000,f1,<50,s10,h"
|
vim.opt.shada = "!,'2000,f1,<50,s10,h"
|
||||||
vim.o.updatetime = 250
|
vim.o.updatetime = 250
|
||||||
vim.opt.conceallevel = 2
|
vim.opt.conceallevel = 2
|
||||||
|
|
Loading…
Reference in New Issue