Files
dotfiles/.config/nvim/lua/plugins/nvim-cmp.lua
Kyren223 21107f040b Massive nvim refactor, migrated from nvim-lspconfig to NVIM 0.11 lsp/*
also migrated most LSP clients to nix rather than mason
2025-04-27 14:12:18 +03:00

15 lines
511 B
Lua

return {
-- 'hrsh7th/nvim-cmp',
-- event = 'InsertEnter',
-- dependencies = {
-- 'onsails/lspkind.nvim', -- icons for completion type
-- 'hrsh7th/cmp-path', -- complete filepaths
-- 'hrsh7th/cmp-nvim-lsp', -- lsp source for nvim-cmp
-- 'saadparwaiz1/cmp_luasnip', -- snippets source for nvim-cmp
-- { 'L3MON4D3/LuaSnip', build = 'make install_jsregexp' }, -- snippets plugin
-- },
-- config = function()
-- require('cmp_helper')
-- end,
}