diff options
-rw-r--r-- | modules/init.vim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/init.vim b/modules/init.vim index 997e6fa..be505c8 100644 --- a/modules/init.vim +++ b/modules/init.vim | |||
@@ -156,9 +156,3 @@ sign define LspDiagnosticsSignInformation text=i texthl=LspDiagnosticsSignInfor | |||
156 | sign define LspDiagnosticsSignHint text=\~ texthl=LspDiagnosticsSignHint linehl= numhl= | 156 | sign define LspDiagnosticsSignHint text=\~ texthl=LspDiagnosticsSignHint linehl= numhl= |
157 | 157 | ||
158 | let g:user_emmet_leader_key='<C-X>' | 158 | let g:user_emmet_leader_key='<C-X>' |
159 | |||
160 | lua << EOF | ||
161 | require 'lspconfig' | ||
162 | require 'treesitter' | ||
163 | require 'completions' | ||
164 | EOF | ||