summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-06-19 12:26:27 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-06-19 12:26:27 +0200
commit76556d8c69988f711e1bf5969c1f2d1f92928274 (patch)
tree35c62d0df77cf477a33b13bb26d0bd7b85459505
parentc9652e57716c18963383a30b326db291b3db05fc (diff)
downloadvim-76556d8c69988f711e1bf5969c1f2d1f92928274.tar.gz
vim-76556d8c69988f711e1bf5969c1f2d1f92928274.tar.bz2
vim-76556d8c69988f711e1bf5969c1f2d1f92928274.zip
Changes.
-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