Skip to content

Commit 5f574a6

Browse files
authored
Merge branch 'nvim-lua:master' into master
2 parents 075f29f + 5bdde24 commit 5f574a6

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
@@ -427,11 +427,10 @@ require('lazy').setup({
427427
opts = {
428428
library = {
429429
-- Load luvit types when the `vim.uv` word is found
430-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
430+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
431431
},
432432
},
433433
},
434-
{ 'Bilal2453/luvit-meta', lazy = true },
435434
{
436435
-- Main LSP Configuration
437436
'neovim/nvim-lspconfig',
@@ -444,7 +443,6 @@ require('lazy').setup({
444443
'WhoIsSethDaniel/mason-tool-installer.nvim',
445444

446445
-- Useful status updates for LSP.
447-
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
448446
{ 'j-hui/fidget.nvim', opts = {} },
449447

450448
-- Allows extra capabilities provided by nvim-cmp

0 commit comments

Comments
 (0)