mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-05 19:44:27 +02:00
Use luals 3rd library for luv (#1303)
This commit is contained in:
parent
ff89769e45
commit
5bdde24dfb
1 changed files with 1 additions and 2 deletions
3
init.lua
3
init.lua
|
@ -447,11 +447,10 @@ require('lazy').setup({
|
||||||
opts = {
|
opts = {
|
||||||
library = {
|
library = {
|
||||||
-- Load luvit types when the `vim.uv` word is found
|
-- Load luvit types when the `vim.uv` word is found
|
||||||
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
|
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ 'Bilal2453/luvit-meta', lazy = true },
|
|
||||||
{
|
{
|
||||||
-- Main LSP Configuration
|
-- Main LSP Configuration
|
||||||
'neovim/nvim-lspconfig',
|
'neovim/nvim-lspconfig',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue