Compare commits
4 Commits
66662aac51
...
2a95778f1f
Author | SHA1 | Date | |
---|---|---|---|
2a95778f1f | |||
2ea1b0e107 | |||
ba328dad1c | |||
9523d4b745 |
1
init.lua
1
init.lua
@ -22,7 +22,6 @@ vim.api.nvim_create_autocmd('User', {
|
|||||||
require 'config.autocmd'
|
require 'config.autocmd'
|
||||||
require 'dressing'
|
require 'dressing'
|
||||||
require 'NeoSwap'
|
require 'NeoSwap'
|
||||||
require 'nvim-peekup'
|
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
'feline-nvim/feline.nvim',
|
'freddiehaddad/feline.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-tree/nvim-web-devicons',
|
'nvim-tree/nvim-web-devicons',
|
||||||
},
|
},
|
||||||
|
@ -1,19 +1,11 @@
|
|||||||
return {
|
return {
|
||||||
'MunifTanjim/nui.nvim',
|
-- 'MunifTanjim/nui.nvim',
|
||||||
'folke/which-key.nvim',
|
'folke/which-key.nvim',
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
-- 'mfussenegger/nvim-jdtls',
|
-- 'mfussenegger/nvim-jdtls',
|
||||||
'simrat39/rust-tools.nvim',
|
'simrat39/rust-tools.nvim',
|
||||||
{ 'mg979/vim-visual-multi', event = 'VeryLazy' },
|
{ 'mg979/vim-visual-multi', event = 'VeryLazy' },
|
||||||
{ 'rush-rs/tree-sitter-asm', ft = 'asm' },
|
{ 'rush-rs/tree-sitter-asm', ft = 'asm' },
|
||||||
{
|
|
||||||
'gennaro-tedesco/nvim-peekup',
|
|
||||||
config = function()
|
|
||||||
local c = require 'nvim-peekup.config'
|
|
||||||
c.on_keystroke['delay'] = ''
|
|
||||||
c.on_keystroke['paste_reg'] = '+'
|
|
||||||
end
|
|
||||||
},
|
|
||||||
{ 'jghauser/mkdir.nvim', lazy = false },
|
{ 'jghauser/mkdir.nvim', lazy = false },
|
||||||
{
|
{
|
||||||
'stevearc/dressing.nvim',
|
'stevearc/dressing.nvim',
|
||||||
@ -22,7 +14,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
url = 'https://git.filnar.com/fiplox/neogruber.git',
|
url = 'https://git.filnar.com/fiplox/neogruber.git',
|
||||||
-- dir = '~/dev/neogruber.nvim/',
|
-- dir = '~/share/dev/neogruber.nvim/',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
-- event = 'VeryLazy'
|
-- event = 'VeryLazy'
|
||||||
},
|
},
|
||||||
@ -170,7 +162,7 @@ return {
|
|||||||
diffview = true,
|
diffview = true,
|
||||||
},
|
},
|
||||||
-- Setting any section to `false` will make the section not render at all
|
-- Setting any section to `false` will make the section not render at all
|
||||||
sections = {
|
section = {
|
||||||
untracked = {
|
untracked = {
|
||||||
folded = false,
|
folded = false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user