-
-
Couldn't load subscription status.
- Fork 178
For Vim Users
Micha Niskin edited this page Jan 9, 2015
·
2 revisions
The default behavior of Vim is to create swap files in the same directory as the file you're editing. These files will be hidden files with the .swp, .swo, .swn, ... extensions. These files can be problematic for boot tasks and can trigger unnecessary builds and are generally a hassle to deal with.
You can change this behavior in your ~/.vimrc file by setting the following options:
set backup
set swapfile
set backupdir=~/.vim-tmp
set directory=~/.vim-tmpThis tells Vim to create its swap files in the ~/.vim-tmp directory instead.
You can find other developers and users in the #hoplon channel on freenode IRC or the boot slack channel.
If you have questions or need help, please visit the Discourse site.
- Environments
- Boot environment
- Java environment
- Tasks
- Built-ins
- Third-party
- Tasks Options
- Filesets
- Target Directory
- Pods
- Boot Exceptions
- Configuring Boot
- Updating Boot
- Setting Clojure version
- JVM Options
- S3 Repositories
- Scripts
- Task Writer's Guide
- Require inside Tasks
- Boot for Leiningen Users
- Boot in Leiningen Projects
- Repl reloading
- Repository Credentials and Deploying
- Snippets
- Troubleshooting
- FAQ
- API docs
- Core
- Pod
- Util
