Merge 'upstream': feat: switch nvim-cmp for blink.cmp
This commit is contained in:
@@ -20,7 +20,6 @@ require('lazy').setup({
|
||||
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
|
||||
--
|
||||
|
||||
|
||||
-- modular approach: using `require 'path/name'` will
|
||||
-- include a plugin definition from file lua/path/name.lua
|
||||
|
||||
@@ -34,7 +33,7 @@ require('lazy').setup({
|
||||
|
||||
require 'kickstart/plugins/conform',
|
||||
|
||||
require 'kickstart/plugins/cmp',
|
||||
require 'kickstart/plugins/blink-cmp',
|
||||
|
||||
require 'kickstart/plugins/tokyonight',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user