summaryrefslogtreecommitdiff
path: root/modules/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'modules/init.vim')
-rw-r--r--modules/init.vim6
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
156sign define LspDiagnosticsSignHint text=\~ texthl=LspDiagnosticsSignHint linehl= numhl= 156sign define LspDiagnosticsSignHint text=\~ texthl=LspDiagnosticsSignHint linehl= numhl=
157 157
158let g:user_emmet_leader_key='<C-X>' 158let g:user_emmet_leader_key='<C-X>'
159
160lua << EOF
161require 'lspconfig'
162require 'treesitter'
163require 'completions'
164EOF