Append vim settings to the defaults
This commit is contained in:
parent
4655b84599
commit
1b26faf5d3
|
@ -9,7 +9,7 @@ begin
|
|||
|
||||
if not grep "\b$indicator\b" "$configFile" > /dev/null
|
||||
# As described in https://wiki.archlinux.org/title/Vim#Clipboard
|
||||
echo "$indicator+=unnamed,unnamedplus" | sudo tee "$configFile" > /dev/null;
|
||||
echo "$indicator+=unnamed,unnamedplus" | sudo tee -a "$configFile" > /dev/null;
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue