Skip to content

Commit 3d5f3b4

Browse files
authored
Merge pull request #5 from nvim-lua/master
sync with remote origin
2 parents eae487b + 5bdde24 commit 3d5f3b4

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
@@ -366,11 +366,10 @@ require('lazy').setup({
366366
opts = {
367367
library = {
368368
-- Load luvit types when the `vim.uv` word is found
369-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
369+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
370370
},
371371
},
372372
},
373-
{ 'Bilal2453/luvit-meta', lazy = true },
374373
{
375374
-- Main LSP Configuration
376375
'neovim/nvim-lspconfig',
@@ -383,7 +382,6 @@ require('lazy').setup({
383382
'WhoIsSethDaniel/mason-tool-installer.nvim',
384383

385384
-- Useful status updates for LSP.
386-
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
387385
{ 'j-hui/fidget.nvim', opts = {} },
388386

389387
-- Allows extra capabilities provided by nvim-cmp

0 commit comments

Comments
 (0)