Skip to content

Commit ac028cf

Browse files
authored
Merge branch 'nvim-lua:master' into master
2 parents 75075cd + 5bdde24 commit ac028cf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111

1212
## Before Reporting an Issue
1313
- I have read the kickstart.nvim README.md.
14-
- I have read the appropiate plugin's documentation.
14+
- I have read the appropriate plugin's documentation.
1515
- I have searched that this issue has not been reported before.
1616

1717
- [ ] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.**

init.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,10 @@ require('lazy').setup({
447447
opts = {
448448
library = {
449449
-- Load luvit types when the `vim.uv` word is found
450-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
450+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
451451
},
452452
},
453453
},
454-
{ 'Bilal2453/luvit-meta', lazy = true },
455454
{
456455
-- Main LSP Configuration
457456
'neovim/nvim-lspconfig',
@@ -464,7 +463,6 @@ require('lazy').setup({
464463
'WhoIsSethDaniel/mason-tool-installer.nvim',
465464

466465
-- Useful status updates for LSP.
467-
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
468466
{ 'j-hui/fidget.nvim', opts = {} },
469467

470468
-- Allows extra capabilities provided by nvim-cmp

0 commit comments

Comments
 (0)