diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-12-09 21:38:14 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-12-09 21:38:14 +0300 |
commit | d2193c1bd22ba52fc4784eb271b40d71cb140738 (patch) | |
tree | 58e131a8e402508e54da12d90b9f54d8b4047dc2 /.config/nvim/lua/user/lsp/haskell.lua | |
parent | ff61e763b12badbf73f4e78b462c626ab206be1c (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.lua | 1 |
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' |