jarvis

所属分类:代码编辑器
开发工具:Vim Script
文件大小:31KB
下载次数:0
上传日期:2021-05-16 22:46:35
上 传 者sh-1993
说明:  由Neovim、iTerm2、tmux和zsh支持的功能强大、以web开发为中心的环境的点文件
(Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh)

文件列表:
LICENSE (1069, 2021-05-17)
config (0, 2021-05-17)
config\Pecan (0, 2021-05-17)
config\Pecan\style.css (9332, 2021-05-17)
config\nvim (0, 2021-05-17)
config\nvim\coc-settings.json (421, 2021-05-17)
config\nvim\init.vim (16099, 2021-05-17)
config\nvim\plugins.vim (2370, 2021-05-17)
config\nvim\snippets (0, 2021-05-17)
config\nvim\snippets\javascript.snip (321, 2021-05-17)
config\nvim\space.vim (4137, 2021-05-17)
docs (0, 2021-05-17)
docs\COMMANDS.md (6462, 2021-05-17)
docs\INSTALL.md (7948, 2021-05-17)
install.sh (6149, 2021-05-17)
install (0, 2021-05-17)
install\backup.sh (1510, 2021-05-17)
install\link.sh (1765, 2021-05-17)
iterm (0, 2021-05-17)
iterm\com.googlecode.iterm2.plist (37732, 2021-05-17)
tmux (0, 2021-05-17)
tmux\tmux.conf.symlink (4006, 2021-05-17)
zsh (0, 2021-05-17)
zsh\zshrc.symlink (3936, 2021-05-17)

Jarvis

(Neo)Vim of the Future
A powerful, minimalist development environment with cutting-edge features

Jarvis SS

## Table of Contents - [Features](https://github.com/ctaylo21/jarvis/blob/master/#features) - [Installation](https://github.com/ctaylo21/jarvis/blob/master/#installation) - [Commands](https://github.com/ctaylo21/jarvis/blob/master/#commands) - [Support](https://github.com/ctaylo21/jarvis/blob/master/#support) ## Features The following are features provided by Jarvis. They all have quick keybindings to make them quick and easy to use. 1. **Quick-open files** - *zsh* & *NeoVim* Open files with simple keystrokes with fuzzy matching via command line and inside NeoVim. 2. **Buffer management** - *NeoVim* Manage buffers inside NeoVim and add/delete/search your open files. 3. **Project searching** - *NeoVim* Quickly search for simple terms or complex regular expressions in your project. 4. **Asynchronous linting** - *NeoVim* For Typescript/Javascript development, code is linted asynchronously with [coc-eslint](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-eslint) and automatically formatted via [coc-prettier](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-prettier) on file save to conform to [prettier](https://github.com/ctaylo21/jarvis/blob/master/https://prettier.io/) standards. 5. **Session management** - *Tmux* and *zsh/fzf* Create sessions for each project with a custom layout. Quickly browse, create, and delete sessions. Tmux even keeps sessions alive if the terminal is closed. Using `fzf` and `zsh`, you can create or switch to sessions easily, as well as delete session by name or fuzzy-search. 6. **Keyword auto-complete** - *NeoVim* and *zsh* Neovim - Automatic, asynchronous keyword completion available in the current buffer via [coc.nvim](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc.nvim). It's powered by the same language server extensions as VSCode. It also supports the new "floating window" feature so you can finally have syntax highlighting in your completion windows! A variety of languages are supported by coc.nvim. I currently use a pretty standard set for web development that I will continue to tweak as needed. - [Typescript/Javascript](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-tsserver): `:CocInstall coc-tsserver` - [Eslint](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-eslint): `:CocInstall coc-eslint` - [Prettier](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-prettier): `:CocInstall coc-prettier` - [CSS](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-css): `:CocInstall coc-css` - [json](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/neoclide/coc-json): `:CocInstall coc-json` 7. **Code Snippets** - *NeoVim* Commonly used code snippets made available with a few keystrokes to reduce time and effort via [neosnippet](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/Shougo/neosnippet.vim). Snippets available via auto-complete window removes need to memorize commands. Quickly hop to relevant pieces of snippet as needed. 8. **Improved Vim motion** - *NeoVim* Using [vim-easymotion](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/easymotion/vim-easymotion), quickly jump to precise locations with minimal keystrokes. ## Installation Neovim is supported across multiple platforms. Some tools used by Jarvis are not, however. For MacOSX, an installation script is included that will install several tools for you. For Windows, no installation script is available, but you can manually install everything needed for Neovim in a few short steps. See the [Installation Guide](https://github.com/ctaylo21/jarvis/blob/master/docs/INSTALL.md) for detailed instructions. ## Commands See the [Commands Guide](https://github.com/ctaylo21/jarvis/blob/master/docs/COMMANDS.md) for a list of mappings/shortcuts. ## Optional Tools This is a collection of cool tools that you might want to use. [`z`](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/rupa/z)\* - Tracks most commonly used directories for optimized directory switching [`vtop`](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/MrRio/vtop)\* - A nifty graphical activity monitor for the command line [`taskbook`](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/klauscfhq/taskbook) - Tasks, boards, & notes for command-line. Think Trello for the terminal. [`pecan`](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/zzzeyez/Pecan) - Configurable menu bar for OSX. [`vim-markdown-composer`](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/euclio/vim-markdown-composer) - Asynchronous markdown preview plugin for Vim/Neovim. [`shpotify`](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/hnarayanan/shpotify) - Control Spotify from the command line (OSX-only) > **\*** - Tool is installed automatically if `install.sh` script is used ## Support If you find any problems or bugs, please open a new [issue](https://github.com/ctaylo21/jarvis/blob/master/https://github.com/ctaylo21/jarvis/issues).

近期下载者

相关文件


收藏者