diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-21 00:29:03 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-21 00:29:03 +0100 |
commit | 0b79c66a7265839500c9c29fce9b2f9662bfb277 (patch) | |
tree | 922b83ff764aa44305ef1c637ed63f08ecd2da3d /config/essentials/nvim/lua/tlast/cmp/lua.lua | |
parent | e6b385e91a82645588af0fe2b3b9b4d74e6f4fdc (diff) | |
parent | 148f3bfed154e393b388bb17faa10e165f008dc8 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'config/essentials/nvim/lua/tlast/cmp/lua.lua')
-rw-r--r-- | config/essentials/nvim/lua/tlast/cmp/lua.lua | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/essentials/nvim/lua/tlast/cmp/lua.lua b/config/essentials/nvim/lua/tlast/cmp/lua.lua deleted file mode 100644 index e594870..0000000 --- a/config/essentials/nvim/lua/tlast/cmp/lua.lua +++ /dev/null @@ -1,20 +0,0 @@ --- lua -require'lspconfig'.lua_ls.setup { - settings = { - Lua = { - runtime = { - version = 'LuaJIT', - }, - diagnostics = { - globals = {'vim'}, - }, - workspace = { - library = vim.api.nvim_get_runtime_file("", true), - checkThirdParty = false, -- no prompt for luassert :) - }, - telemetry = { - enable = false, - }, - }, - }, -} |