# cmp-nvim-lua **Repository Path**: Ziphold/cmp-nvim-lua ## Basic Information - **Project Name**: cmp-nvim-lua - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-28 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmp-nvim-lua nvim-cmp source for neovim Lua API. # Setup ```lua require'cmp'.setup { sources = { { name = 'nvim_lua' } } } ``` # Options ### `include_deprecated` (boolean: default false) Specify should includes deprecated things or not. # What is this source? This source will complete neovim's Lua runtime API such `vim.lsp.*`. You can get the `vim.lsp.util.*` API with this source.