This commit is contained in:
Yaser Alraddadi 2025-02-14 00:39:46 +03:00
parent 1be8014415
commit 8f3b85b519
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90
5 changed files with 13 additions and 34 deletions

View File

@ -1095,7 +1095,6 @@ require('lazy').setup({
'javascript',
-- 'ts_ls',
'nu',
-- 'nix',
'css',
'json',
'comment',

View File

@ -1,6 +1,10 @@
return {
{
'MagicDuck/grug-far.nvim',
init = function()
-- vim.g.copilot_enabled = false
vim.keymap.set('n', '<leader>g', ':GrugFar<CR>')
end,
config = function()
require('grug-far').setup {
-- options, see Configuration section below

View File

@ -1,20 +0,0 @@
return {
-- {
-- 'folke/noice.nvim',
-- event = 'VeryLazy',
-- opts = {
-- -- add any options here
-- cmdline = {
-- -- view = 'cmdline',
-- },
-- },
-- dependencies = {
-- -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
-- 'MunifTanjim/nui.nvim',
-- -- OPTIONAL:
-- -- `nvim-notify` is only needed, if you want to use the notification view.
-- -- If not available, we use `mini` as the fallback
-- -- 'rcarriga/nvim-notify',
-- },
-- },
}

View File

@ -1,13 +0,0 @@
return {
{
'stevearc/aerial.nvim',
opts = {
-- open_automatic = true,
},
-- Optional dependencies
dependencies = {
'nvim-treesitter/nvim-treesitter',
'nvim-tree/nvim-web-devicons',
},
},
}

View File

@ -0,0 +1,9 @@
return {
-- {
-- "kevinhwang91/nvim-bqf",
-- lazy = false,
-- },
{
'tpope/vim-unimpaired',
},
}