summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spell/en.utf-8.add2
-rw-r--r--vimrc3
2 files changed, 5 insertions, 0 deletions
diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add
index c344a9f..8da41da 100644
--- a/spell/en.utf-8.add
+++ b/spell/en.utf-8.add
@@ -235,3 +235,5 @@ cuperates
perturbatively
Coxeter
holomorphic
+Picard
+Lefschetz
diff --git a/vimrc b/vimrc
index a483262..e1ceddc 100644
--- a/vimrc
+++ b/vimrc
@@ -80,3 +80,6 @@ call plug#end()
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
inoremap <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"
inoremap <expr> <cr> pumvisible() ? asyncomplete#close_popup() : "\<cr>"
+
+let g:lsp_diagnostics_float_cursor = 1
+let g:lsp_document_highlight_enabled = 1