Skip to main content

All Questions

Tagged with
1 vote
2 answers
963 views

How do I move all of my dotfiles to a custom directory?

I'm a Mac user and I was wondering if there was a way to put all of my dotfiles to a .config folder to store all of them (something analogue to XDG Directories on Linux). I was trying to set up a ....
baggiponte's user avatar
1 vote
1 answer
266 views

netrw keeps hidding dotfiles while FTP connection in VIM

I have to show the hidden files and directories (files and directories beginning with .) in netrw through FTP. In a local environment, I can toggle hidden items with gh but through the FTP ...
JazZ's user avatar
  • 63
0 votes
0 answers
354 views

.dotfiles gitignore not ignoring vim/tmp folder

tmp=.dotfiles/vim/tmp.GITIGNORE=.dotfiles/.gitignore. I have created a gitignore for vim/tmp inside my .dotfiles but they are not being ignored. My temp folder contains /backup/swap/undo/ and every ...
FallenAngel's user avatar
1 vote
1 answer
502 views

Hide vim’s backups with a dot in the begining of the backup file name

I have the following line on my ~/.vimrc set backup So, every time I edit a file foo with vim, a backup file foo~ is created. Then the output of ls is polluted. I want vim to make the backup’s name ...
fauve's user avatar
  • 265
4 votes
1 answer
607 views

How to set global conf for PyFlakes?

My Vim is using PyFlakes to check for style errors in Python code. PyFlakes by default request that line isn't more than 79 symbols long, but our team's convention is 160 symbols. So the situation is ...
daGrevis's user avatar
  • 237