add(nvim): better oil config

This commit is contained in:
Léana 江 2023-12-10 02:38:00 +01:00 committed by Léana 江
parent 9660c75f24
commit b7630e78d5
2 changed files with 35 additions and 5 deletions

View file

@ -28,10 +28,9 @@ require "lazy".setup {
"mbbill/undotree", -- Treeview of history
"godlygeek/tabular", -- Vertical alignment
"uga-rosa/ccc.nvim", -- Color picker
-- File manager
{ "stevearc/oil.nvim", opts = {} },
"stevearc/oil.nvim", -- File manager
-- `gc` to comment
{ "numToStr/Comment.nvim", opts = {} },
{ "numToStr/Comment.nvim", opts = {} },
-- Jump anywhere
{
"ggandor/leap.nvim",
@ -57,9 +56,9 @@ require "lazy".setup {
"lewis6991/gitsigns.nvim", -- Gitsigns in gutter
"NvChad/nvim-colorizer.lua", -- Show color
-- Jump like a ninja
{ "ThePrimeagen/harpoon", dependencies = "nvim-lua/plenary.nvim" },
{ "ThePrimeagen/harpoon", dependencies = "nvim-lua/plenary.nvim" },
-- Highlight comments
{ "folke/todo-comments.nvim", dependencies = "nvim-lua/plenary.nvim" },
{ "folke/todo-comments.nvim", dependencies = "nvim-lua/plenary.nvim" },
-- Status line
"nvim-lualine/lualine.nvim",
-- Breadcrumbs