aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp.lua
diff options
context:
space:
mode:
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>2019-11-26 23:01:42 +0900
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-26 06:01:42 -0800
commit2abfde64579e458dc7621b84051122d81bb7f290 (patch)
treead2cfc3e8be6b01241ffd4129283a97f76c20e07 /lua/nvim_lsp.lua
parentAdd sumneko_lua installation and util.sh helper. (#49) (diff)
downloadnvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.tar
nvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.tar.gz
nvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.tar.bz2
nvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.tar.lz
nvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.tar.xz
nvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.tar.zst
nvim-lspconfig-2abfde64579e458dc7621b84051122d81bb7f290.zip
Add support for fortls (#52)
Diffstat (limited to 'lua/nvim_lsp.lua')
-rw-r--r--lua/nvim_lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim_lsp.lua b/lua/nvim_lsp.lua
index 1d5c35e0..70748e07 100644
--- a/lua/nvim_lsp.lua
+++ b/lua/nvim_lsp.lua
@@ -6,6 +6,7 @@ require 'nvim_lsp/clangd'
require 'nvim_lsp/cssls'
require 'nvim_lsp/elmls'
require 'nvim_lsp/flow'
+require 'nvim_lsp/fortls'
require 'nvim_lsp/gopls'
require 'nvim_lsp/hie'
require 'nvim_lsp/pyls'