diff options
author | Shubham Saini <me@ubh.sh> | 2023-10-17 06:36:41 +0000 |
---|---|---|
committer | Shubham Saini <me@ubh.sh> | 2023-10-17 06:36:41 +0000 |
commit | c1501812bd669223db7de254c385e6273f690214 (patch) | |
tree | 4efbaab7424ba96f5c8f1ef0b19c0361bc8e6c23 /modules | |
parent | 3deab6329c93fe009b0fa472d87d30e3907bab84 (diff) |
treesitter: fix
Diffstat (limited to 'modules')
-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 | ||