Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.58 KB

README.md

File metadata and controls

65 lines (41 loc) · 2.58 KB

Neovim Config

Requires Neovim Version 0.6.0

Remember to update plugins

Requires update for nvim-telescope,nvim-lspconfig,nvim-cmp,nvim-lualine.

nvim-telescope last commit to support Neovim 0.5.1 : * (HEAD detached at 80cdb00)

$ nvim --version

NVIM v0.6.0
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compiled by runneradmin@fv-az152-703

Features: -acl +iconv +tui
See ":help feature-compile"

  system vimrc file: "$VIM\sysinit.vim"
  fall-back for $VIM: "C:/Program Files/nvim/share/nvim"

Run :checkhealth for more info

Help

Lua

Language Server Protocol [Official Page]

Autocommands

For formatting with LSP

We can use efm-langserver for code formatting.

Provides better syntax highlighting by wonderful parsing mechanism and if you are code-mad, amazing code control via tree nodes.

Lua Plugins