Merge branch 'nvim-lua:master' into master
This commit is contained in:
		
						commit
						cd94dc4bf0
					
				| 
						 | 
					@ -11,7 +11,7 @@ assignees: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Before Reporting an Issue
 | 
					## Before Reporting an Issue
 | 
				
			||||||
- I have read the kickstart.nvim README.md.
 | 
					- I have read the kickstart.nvim README.md.
 | 
				
			||||||
- I have read the appropiate plugin's documentation.
 | 
					- I have read the appropriate plugin's documentation.
 | 
				
			||||||
- I have searched that this issue has not been reported before.
 | 
					- I have searched that this issue has not been reported before.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [ ] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.**
 | 
					- [ ] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										4
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										4
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -485,11 +485,10 @@ require('lazy').setup({
 | 
				
			||||||
    opts = {
 | 
					    opts = {
 | 
				
			||||||
      library = {
 | 
					      library = {
 | 
				
			||||||
        -- Load luvit types when the `vim.uv` word is found
 | 
					        -- Load luvit types when the `vim.uv` word is found
 | 
				
			||||||
        { path = 'luvit-meta/library', words = { 'vim%.uv' } },
 | 
					        { path = '${3rd}/luv/library', words = { 'vim%.uv' } },
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  { 'Bilal2453/luvit-meta', lazy = true },
 | 
					 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    -- Main LSP Configuration
 | 
					    -- Main LSP Configuration
 | 
				
			||||||
    'neovim/nvim-lspconfig',
 | 
					    'neovim/nvim-lspconfig',
 | 
				
			||||||
| 
						 | 
					@ -502,7 +501,6 @@ require('lazy').setup({
 | 
				
			||||||
      'WhoIsSethDaniel/mason-tool-installer.nvim',
 | 
					      'WhoIsSethDaniel/mason-tool-installer.nvim',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      -- Useful status updates for LSP.
 | 
					      -- Useful status updates for LSP.
 | 
				
			||||||
      -- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
 | 
					 | 
				
			||||||
      { 'j-hui/fidget.nvim', opts = {} },
 | 
					      { 'j-hui/fidget.nvim', opts = {} },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      -- Allows extra capabilities provided by nvim-cmp
 | 
					      -- Allows extra capabilities provided by nvim-cmp
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue