@@ -11,6 +11,9 @@ return {
11
11
{ ' tpope/vim-unimpaired' },
12
12
{ ' tpope/vim-rsi' },
13
13
{ ' sindrets/diffview.nvim' },
14
+ { ' rebelot/kanagawa.nvim' },
15
+ { ' EdenEast/nightfox.nvim' },
16
+ { ' catppuccin/nvim' , name = ' catppuccin' , priority = 1000 },
14
17
-- { 'tpope/vim-fugitive' },
15
18
{
16
19
' stevearc/oil.nvim' ,
@@ -27,22 +30,6 @@ return {
27
30
vim .keymap .set (' n' , ' -' , ' <CMD>Oil<CR>' , { desc = ' Open parent directory' })
28
31
end ,
29
32
},
30
- -- {
31
- -- 'ray-x/starry.nvim',
32
- -- config = function()
33
- -- require('starry').setup()
34
- -- -- require('starry.functions').change_style 'palenight'
35
- -- end,
36
- -- },
37
- -- {
38
- -- 'luckasRanarison/nvim-devdocs',
39
- -- dependencies = {
40
- -- 'nvim-lua/plenary.nvim',
41
- -- 'nvim-telescope/telescope.nvim',
42
- -- 'nvim-treesitter/nvim-treesitter',
43
- -- },
44
- -- opts = {},
45
- -- },
46
33
{
47
34
' gbprod/yanky.nvim' ,
48
35
opts = {
@@ -66,6 +53,32 @@ return {
66
53
require (' telescope' ).load_extension ' frecency'
67
54
end ,
68
55
},
56
+ {
57
+ ' kwkarlwang/bufjump.nvim' ,
58
+ config = function ()
59
+ require (' bufjump' ).setup {
60
+ forward_key = ' ]b' ,
61
+ backward_key = ' [b' ,
62
+ }
63
+ end ,
64
+ },
65
+ -- { 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
66
+ -- {
67
+ -- 'ray-x/starry.nvim',
68
+ -- config = function()
69
+ -- require('starry').setup()
70
+ -- -- require('starry.functions').change_style 'palenight'
71
+ -- end,
72
+ -- },
73
+ -- {
74
+ -- 'luckasRanarison/nvim-devdocs',
75
+ -- dependencies = {
76
+ -- 'nvim-lua/plenary.nvim',
77
+ -- 'nvim-telescope/telescope.nvim',
78
+ -- 'nvim-treesitter/nvim-treesitter',
79
+ -- },
80
+ -- opts = {},
81
+ -- },
69
82
-- {
70
83
-- 'mangelozzi/nvim-rgflow.lua',
71
84
-- config = function()
0 commit comments