Skip to content

Commit a0a5e06

Browse files
committed
Merge 'upstream': luv, doc updates
- Use luals 3rd library for luv - chore: fix typo in bug report issue template - chore: remove redundant comment
2 parents e71cef8 + 5bdde24 commit a0a5e06

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.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.**

lua/kickstart/plugins/lspconfig.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ return {
88
opts = {
99
library = {
1010
-- Load luvit types when the `vim.uv` word is found
11-
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
11+
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
1212
},
1313
},
1414
},
15-
{ 'Bilal2453/luvit-meta', lazy = true },
1615
{
1716
-- Main LSP Configuration
1817
'neovim/nvim-lspconfig',
@@ -25,7 +24,6 @@ return {
2524
'WhoIsSethDaniel/mason-tool-installer.nvim',
2625

2726
-- Useful status updates for LSP.
28-
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
2927
{ 'j-hui/fidget.nvim', opts = {} },
3028

3129
-- Allows extra capabilities provided by nvim-cmp

0 commit comments

Comments
 (0)