Compare commits

..

4 Commits

Author SHA1 Message Date
fiplox 2a95778f1f chore: unused 2023-08-27 15:24:34 +02:00
fiplox 2ea1b0e107 fix: repos 2023-08-27 15:24:13 +02:00
fiplox ba328dad1c chose: unused 2023-08-27 15:23:52 +02:00
fiplox 9523d4b745 fix: after update config semantic changed 2023-08-27 15:23:02 +02:00
3 changed files with 4 additions and 13 deletions

View File

@ -22,7 +22,6 @@ vim.api.nvim_create_autocmd('User', {
require 'config.autocmd'
require 'dressing'
require 'NeoSwap'
require 'nvim-peekup'
end,
})

View File

@ -1,5 +1,5 @@
return {
'feline-nvim/feline.nvim',
'freddiehaddad/feline.nvim',
dependencies = {
'nvim-tree/nvim-web-devicons',
},

View File

@ -1,19 +1,11 @@
return {
'MunifTanjim/nui.nvim',
-- 'MunifTanjim/nui.nvim',
'folke/which-key.nvim',
'nvim-lua/plenary.nvim',
-- 'mfussenegger/nvim-jdtls',
'simrat39/rust-tools.nvim',
{ 'mg979/vim-visual-multi', event = 'VeryLazy' },
{ '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 },
{
'stevearc/dressing.nvim',
@ -22,7 +14,7 @@ return {
},
{
url = 'https://git.filnar.com/fiplox/neogruber.git',
-- dir = '~/dev/neogruber.nvim/',
-- dir = '~/share/dev/neogruber.nvim/',
lazy = false,
-- event = 'VeryLazy'
},
@ -170,7 +162,7 @@ return {
diffview = true,
},
-- Setting any section to `false` will make the section not render at all
sections = {
section = {
untracked = {
folded = false,
},