summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/user/lsp/haskell.lua
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2023-12-09 21:38:14 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2023-12-09 21:38:14 +0300
commitd2193c1bd22ba52fc4784eb271b40d71cb140738 (patch)
tree58e131a8e402508e54da12d90b9f54d8b4047dc2 /.config/nvim/lua/user/lsp/haskell.lua
parentff61e763b12badbf73f4e78b462c626ab206be1c (diff)
Added autocopmletion
Now settings for every language are in directoty ~/.config/nvim/lua/user/lsp
Diffstat (limited to '.config/nvim/lua/user/lsp/haskell.lua')
-rw-r--r--.config/nvim/lua/user/lsp/haskell.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/user/lsp/haskell.lua b/.config/nvim/lua/user/lsp/haskell.lua
new file mode 100644
index 0000000..5cd4a2e
--- /dev/null
+++ b/.config/nvim/lua/user/lsp/haskell.lua
@@ -0,0 +1 @@
+lsp = require 'lspconfig'