mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(nvim): Remove useless comments
This commit is contained in:
parent
e8d5568745
commit
4da1667c54
10 changed files with 20 additions and 99 deletions
|
|
@ -1,8 +1,4 @@
|
|||
return {
|
||||
-- { import = "plugins.mod.nvim-cmp" },
|
||||
-- {
|
||||
-- "saadparwaiz1/cmp_luasnip",
|
||||
-- },
|
||||
{ import = "plugins.mod.blink-cmp" },
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
|
|
@ -12,8 +8,4 @@ return {
|
|||
require("luasnip.loaders.from_vscode").lazy_load({ paths = "~/.config/lsp-snippets" })
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "zbirenbaum/copilot-cmp",
|
||||
-- opts = {},
|
||||
-- },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue