jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.4k stars 502 forks source link

Configure LSP #259

Closed iHapiW closed 7 months ago

iHapiW commented 8 months ago

How can i add my language's intelisense ? i want to configure NeoVim for JavaScript but i don't find any instructions on how should i add code completion support.

jdhao commented 7 months ago

Currently, the LSP related settings reside in https://github.com/jdhao/nvim-config/blob/master/lua/config/lsp.lua. You can check how I set it up for other language servers to get an idea.