From ef60da241458cf1706a71e1e67ee936cf2273857 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Wed, 6 Oct 2021 01:12:12 +0200 Subject: ... --- .config/nvim/lua/opts.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.config/nvim/lua/opts.lua') diff --git a/.config/nvim/lua/opts.lua b/.config/nvim/lua/opts.lua index ef8472a..7750921 100644 --- a/.config/nvim/lua/opts.lua +++ b/.config/nvim/lua/opts.lua @@ -1,4 +1,4 @@ --- autocomplete config +-- CMP local cmp = require 'cmp' cmp.setup { @@ -40,20 +40,15 @@ require'lspconfig'.sumneko_lua.setup { settings = { Lua = { runtime = { - -- Tell the language server which version of Lua you're using (most likely LuaJIT in the case of Neovim) version = 'LuaJIT', - -- Setup your lua path path = runtime_path, }, diagnostics = { - -- Get the language server to recognize the `vim` global globals = {'vim'}, }, workspace = { - -- Make the server aware of Neovim runtime files library = vim.api.nvim_get_runtime_file("", true), }, - -- Do not send telemetry data containing a randomized but unique identifier telemetry = { enable = false, }, -- cgit v1.2.3-70-g09d2