mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim):
- Keymap: remove <tab> to switch buffer - Completion: Remove mini.completion plugins - conflicting - Completion: Use luasnip buffer for completion - Lua: Use lazydev for better nvim lua diagnostics
This commit is contained in:
@@ -100,8 +100,8 @@ return {
|
||||
sources = {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "buffer" },
|
||||
{ name = "path" },
|
||||
{ { name = "buffer" } },
|
||||
},
|
||||
sorting = defaults.sorting,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user