summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spell/en.utf-8.add3
-rw-r--r--vimrc3
2 files changed, 6 insertions, 0 deletions
diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add
index 0803e82..d240742 100644
--- a/spell/en.utf-8.add
+++ b/spell/en.utf-8.add
@@ -234,4 +234,7 @@ dopants
cuperates
perturbatively
Coxeter
+holomorphic
+Picard
+Lefschetz
Pappalardi
diff --git a/vimrc b/vimrc
index 4588189..62ef46b 100644
--- a/vimrc
+++ b/vimrc
@@ -82,4 +82,7 @@ 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
+
let g:fakeclip_provide_clipboard_key_mappings = !empty($WAYLAND_DISPLAY)