Adding .luarc.json and cleaning up plugins.lua
This commit is contained in:
		
							
								
								
									
										13
									
								
								.luarc.json
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										13
									
								
								.luarc.json
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtime.version": "LuaJIT",
 | 
			
		||||
  "runtime.path": [
 | 
			
		||||
    "lua/?.lua",
 | 
			
		||||
    "lua/?/init.lua"
 | 
			
		||||
  ],
 | 
			
		||||
  "diagnostics.globals": ["vim"],
 | 
			
		||||
  "workspace.checkThirdParty": false,
 | 
			
		||||
  "workspace.library": [
 | 
			
		||||
    "$VIMRUNTIME",
 | 
			
		||||
    "./lua"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -97,12 +97,11 @@ return {
 | 
			
		||||
    -- lsp
 | 
			
		||||
 | 
			
		||||
    {
 | 
			
		||||
        'Exafunction/codeium.vim',
 | 
			
		||||
        event = 'BufEnter'
 | 
			
		||||
        "Exafunction/codeium.vim",
 | 
			
		||||
        event = "BufEnter"
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    {"williamboman/mason.nvim",
 | 
			
		||||
        lazy = false,
 | 
			
		||||
        config = function()
 | 
			
		||||
            require("mason").setup({})
 | 
			
		||||
        end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user