Skip to content

Commit ad70500

Browse files
committed
feat: remove bufcomplete and cmdcomplete plugins
Removed the bufcomplete and cmdcomplete plugins from the repository, These now have native functionality in neovim so I am not using them anymore and are not needed anymore. See: https://github.com/deathbeam/dotfiles/blob/e85795965517104eea6e27eec5eb66df5ad7fee1/vim/.vimrc#L103
1 parent 67870e1 commit ad70500

3 files changed

Lines changed: 0 additions & 235 deletions

File tree

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ A collection of plugins that were at some point sitting in my dotfiles.
77
```lua
88
require('myplugins').setup {
99
bigfile = {},
10-
bufcomplete = {},
1110
lspecho = {},
1211
lspsignature = {},
1312
zoom = {}
@@ -44,33 +43,6 @@ vim.keymap.set('n', 'm', function()
4443
end, { desc = 'Bookmarks Toggle Mark' })
4544
```
4645

47-
## bufcomplete
48-
LSP + treesitter autocompletion
49-
50-
> [!WARNING]
51-
> Requires neovim 0.11.0+
52-
53-
### Default config
54-
```lua
55-
{
56-
entry_mapper = nil, -- Custom completion entry mapper
57-
debounce_delay = 100,
58-
}
59-
```
60-
61-
### Usage
62-
For best completion experience:
63-
64-
```lua
65-
vim.o.completeopt = 'menuone,noselect,noinsert,popup'
66-
```
67-
68-
## cmdcomplete
69-
Command-line autocompletion
70-
71-
> [!WARNING]
72-
> Requires neovim 0.11.0+
73-
7446
## diagnostics
7547
Automatically disable `DiagnosticUnnecessary` highlighting for code under cursor.
7648

lua/myplugins/bufcomplete.lua

Lines changed: 0 additions & 183 deletions
This file was deleted.

lua/myplugins/cmdcomplete.lua

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)