diff options
Diffstat (limited to '.config/nvim/lua/getchoo/lsp/init.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/lsp/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/getchoo/lsp/init.lua b/.config/nvim/lua/getchoo/lsp/init.lua index aa3dde5..f354b2a 100644 --- a/.config/nvim/lua/getchoo/lsp/init.lua +++ b/.config/nvim/lua/getchoo/lsp/init.lua @@ -1,6 +1,7 @@ -- -- setup lsp environment -- + require("getchoo.lsp.server") require("getchoo.lsp.keymap") local config = require("getchoo.lsp.config") |
