Skip to content

Commit

Permalink
get rid of some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Dec 30, 2024
1 parent 3ce31eb commit 01162c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
3 changes: 0 additions & 3 deletions nvim/.config/nvim/lua/plugins/cmpconf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ local M = {
'hrsh7th/cmp-calc',
'hrsh7th/cmp-cmdline',
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-nvim-lua',
'hrsh7th/cmp-path',
'petertriho/cmp-git',
'hrsh7th/cmp-nvim-lsp-signature-help',
Expand Down Expand Up @@ -67,7 +66,6 @@ M.config = function()
git = '[Git]',
luasnip = '[Snpt]',
nvim_lsp = '[LSP]',
nvim_lua = '[Vim]',
path = '[Path]',
calc = '[Calc]',
['vim-dadbod-completion'] = '[DB]',
Expand Down Expand Up @@ -182,7 +180,6 @@ M.config = function()
sources = cmp.config.sources {
{ name = 'nvim_lsp', priority = 100 },
{ name = 'luasnip' },
{ name = 'nvim_lua' },
{
name = 'lazydev',
group_index = 0, -- set group index to 0 to skip loading LuaLS completions
Expand Down
18 changes: 1 addition & 17 deletions nvim/.config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ local M = {
{ '<leader>tf', '<cmd>PlenaryBustedFile %<CR>', mode = 'n' },
},
},
{
'sam4llis/nvim-lua-gf',
ft = 'lua',
},
{
'NStefan002/2048.nvim',
cmd = 'Play2048',
Expand All @@ -30,23 +26,11 @@ local M = {
'milisims/nvim-luaref',
ft = 'lua',
},
{ 'Bilal2453/luvit-meta', lazy = true },
{
'chr4/nginx.vim',
ft = 'nginx',
},
{
'ton/vim-bufsurf',
event = { 'BufReadPre', 'BufNewFile' },
keys = {
{ ']b', '<Plug>(buf-surf-forward)' },
{ '[b', '<Plug>(buf-surf-back)' },
},
},
{
'chrisbra/vim-sh-indent',
ft = { 'sh', 'bash', 'zsh' },
},
{ 'Bilal2453/luvit-meta', lazy = true },

--------------
-- Quickfix --
Expand Down

0 comments on commit 01162c4

Please sign in to comment.