diff options
author | Oxbian <oxbian@mailbox.org> | 2025-07-23 23:26:46 +0200 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-07-23 23:26:46 +0200 |
commit | 08dcec61aef0fed78b6d94ff97faeb1312d862e7 (patch) | |
tree | 7abd17969446bea404e0da87c24ea40319ba2368 /conf/options.vim | |
parent | 4a752828e3d9f1aaab6f16a07a0114417bf2f89e (diff) | |
download | vimrc-08dcec61aef0fed78b6d94ff97faeb1312d862e7.tar.gz vimrc-08dcec61aef0fed78b6d94ff97faeb1312d862e7.zip |
feat: using COC as LSP + linter + autocompletion
Diffstat (limited to 'conf/options.vim')
-rw-r--r-- | conf/options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/options.vim b/conf/options.vim index 395ee52..f36ac55 100644 --- a/conf/options.vim +++ b/conf/options.vim @@ -78,6 +78,7 @@ set ffs=unix,dos,mac " Turn backup off, since most stuff is in SVN, git etc. anyway... set nobackup +set nowritebackup set noswapfile " Timeout |