Add some personal additions.
This commit is contained in:
parent
d0d81343a5
commit
66b6ea585e
3 changed files with 14 additions and 0 deletions
|
@ -5,3 +5,10 @@
|
|||
2022.05.18 21:58:06 INFO time: initialize in 2.71s[0m
|
||||
2022.05.18 21:58:06 WARN Build server is not auto-connectable.[0m
|
||||
2022.05.18 21:58:06 WARN no build tool detected in workspace '/home/kurtis/.vim_runtime'. The most common cause for this problem is that the editor was opened in the wrong working directory, for example if you use sbt then the workspace directory should contain build.sbt. [0m
|
||||
2022.05.18 23:59:50 INFO tracing is disabled for protocol LSP, to enable tracing of incoming and outgoing JSON messages create an empty file at /home/kurtis/.vim_runtime/.metals/lsp.trace.json or /home/kurtis/.cache/metals/lsp.trace.json[0m
|
||||
2022.05.18 23:59:51 INFO logging to file /home/kurtis/.vim_runtime/.metals/metals.log[0m
|
||||
2022.05.18 23:59:51 INFO Started: Metals version 0.11.2 in workspace '/home/kurtis/.vim_runtime' for client coc.nvim 0.0.80.[0m
|
||||
2022.05.18 23:59:51 WARN Can't instantiate JavaInteractiveSemanticdb (version: None, jdkHome: /usr/lib64/jvm/java, javac exists: true)[0m
|
||||
2022.05.18 23:59:53 INFO time: initialize in 2.4s[0m
|
||||
2022.05.18 23:59:54 WARN Build server is not auto-connectable.[0m
|
||||
2022.05.18 23:59:54 WARN no build tool detected in workspace '/home/kurtis/.vim_runtime'. The most common cause for this problem is that the editor was opened in the wrong working directory, for example if you use sbt then the workspace directory should contain build.sbt. [0m
|
||||
|
|
Binary file not shown.
|
@ -79,6 +79,13 @@ endif
|
|||
" Always show current position
|
||||
set ruler
|
||||
|
||||
" Show line numbers
|
||||
set number
|
||||
set relativenumber
|
||||
|
||||
" Cursorline
|
||||
set cursorline
|
||||
|
||||
" Height of the command bar
|
||||
set cmdheight=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue