Adding .luarc.json and cleaning up plugins.lua
This commit is contained in:
parent
69e87e7d77
commit
9406f6d742
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user