How do I get autocomplete for vim.opt using sumneko lua-language-server?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neodev.nvim

    💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.

  • Hi, I don't want to install lua-dev.nvim or anything else. Out of the box I seem to have most autocompletions working with my minimal setup I copy/pasted from https://github.com/nvim-lua/kickstart.nvim: ``` local runtime_path = vim.split(package.path, ';') table.insert(runtime_path, 'lua/?.lua') table.insert(runtime_path, 'lua/?/init.lua')

  • cmp-nvim-lua

    nvim-cmp source for nvim lua

  • Use this https://github.com/hrsh7th/cmp-nvim-lua

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nvim

    Neovim configuration from scratch (by freddiehaddad)

  • FWIW, here's my config: https://github.com/freddiehaddad/neovim/blob/main/init.lua

  • lua-language-server

    A language server that offers Lua language support - programmed in Lua

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How could one learn to customize Neovim?

    5 projects | /r/neovim | 30 May 2023
  • mini.nvim - release of version 0.8.0

    4 projects | /r/neovim | 2 Apr 2023
  • Is this Lua function type comment generated by some tool?

    3 projects | /r/neovim | 25 Feb 2023
  • cmp lose all completions for vim api

    2 projects | /r/neovim | 16 Feb 2023
  • [plugin spotlight] nvim-snippy, an excellent minimalist snippet plugin

    4 projects | /r/neovim | 1 Feb 2023