Skip to content

Commit 11bdfc2

Browse files
committed
Merge branch 'master' into personal
* master: Use luals 3rd library for luv (nvim-lua#1303) chore: fix typo in bug report issue template (nvim-lua#1306) chore: remove redundant comment (nvim-lua#1307)
2 parents fe6a3f7 + 5bdde24 commit 11bdfc2

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
@@ -457,11 +457,10 @@ require('lazy').setup({
457457
opts = {
458458
library = {
459459
-- Load luvit types when the `vim.uv` word is found
460-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
460+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
461461
},
462462
},
463463
},
464-
{ 'Bilal2453/luvit-meta', lazy = true },
465464
{
466465
-- Main LSP Configuration
467466
'neovim/nvim-lspconfig',
@@ -474,7 +473,6 @@ require('lazy').setup({
474473
'WhoIsSethDaniel/mason-tool-installer.nvim',
475474

476475
-- Useful status updates for LSP.
477-
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
478476
{ 'j-hui/fidget.nvim', opts = {} },
479477

480478
-- Allows extra capabilities provided by nvim-cmp

0 commit comments

Comments
 (0)