Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 474 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 474 Bytes

Jimmer DTO LSP Neovim

neovim

Install

Manual

  • First you need to install the nvim-lspconfig plugin.
  • Then you need to move the neovim folder to the <&runtimepath> directory.

Use vim-plug

  • First you need to install the nvim-lspconfig plugin.
Plug('neovim/nvim-lspconfig')
  • Then you need to install the plugin.
Plug('Enaium/jimmer-dto-lsp', { ['rtp'] = 'neovim' })