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
|
-- lsp
|
||||||
|
|
||||||
{
|
{
|
||||||
'Exafunction/codeium.vim',
|
"Exafunction/codeium.vim",
|
||||||
event = 'BufEnter'
|
event = "BufEnter"
|
||||||
},
|
},
|
||||||
|
|
||||||
{"williamboman/mason.nvim",
|
{"williamboman/mason.nvim",
|
||||||
lazy = false,
|
|
||||||
config = function()
|
config = function()
|
||||||
require("mason").setup({})
|
require("mason").setup({})
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user