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:
Pratik Tripathy
2024-12-16 21:46:06 +05:30
parent cb7053fdce
commit 20b3597501
5 changed files with 26 additions and 8 deletions

View File

@@ -100,8 +100,8 @@ return {
sources = {
{ name = "nvim_lsp" },
{ name = "luasnip" },
{ name = "buffer" },
{ name = "path" },
{ { name = "buffer" } },
},
sorting = defaults.sorting,
})