global/vim: use central swap file directory by default
This commit is contained in:
parent
96bbded702
commit
709eb62c36
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
background = "dark";
|
background = "dark";
|
||||||
directory = [
|
directory = [
|
||||||
"."
|
|
||||||
"~/.local/share/vim/swap//"
|
"~/.local/share/vim/swap//"
|
||||||
|
"."
|
||||||
];
|
];
|
||||||
expandtab = true;
|
expandtab = true;
|
||||||
history = 50;
|
history = 50;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue