mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): better oil config
This commit is contained in:
parent
9660c75f24
commit
b7630e78d5
2 changed files with 35 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue