All Projects → markstory → vim-files

markstory / vim-files

Licence: other
My vim configuration

Programming Languages

Vim Script
2826 projects
lua
6591 projects
Makefile
30231 projects

Projects that are alternatives of or similar to vim-files

Dotfiles
My awesome dotfiles 🚀
Stars: ✭ 47 (+80.77%)
Mutual labels:  vim-configuration
Space Vim
🍀 Lean & mean spacemacs-ish Vim distribution
Stars: ✭ 2,785 (+10611.54%)
Mutual labels:  vim-configuration
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+107.69%)
Mutual labels:  vim-configuration
Config
My configuration files feat. hardcore Vim scripts
Stars: ✭ 94 (+261.54%)
Mutual labels:  vim-configuration
Vinux
Swiss Army Knife,Dark power vim config
Stars: ✭ 198 (+661.54%)
Mutual labels:  vim-configuration
nvim
There are many neovim configurations, but this one is mine...
Stars: ✭ 41 (+57.69%)
Mutual labels:  vim-configuration
Dot vim
🐉 The Vim Configuration of Champions. Uses Plug to manage roughly four thousand plugins. The dragon symbolizes complexity.
Stars: ✭ 660 (+2438.46%)
Mutual labels:  vim-configuration
nan vimrc
A Vim configuration for SSH client to edit on a remote Linux host.
Stars: ✭ 15 (-42.31%)
Mutual labels:  vim-configuration
Vimrc Config
re-vim: sensible vim configuration
Stars: ✭ 212 (+715.38%)
Mutual labels:  vim-configuration
vimapt
A package manager for vim (VimApt => Vim's Advanced Package Tools)
Stars: ✭ 16 (-38.46%)
Mutual labels:  vim-configuration
.vim
✌️ A modular (Neo)Vim configuration
Stars: ✭ 104 (+300%)
Mutual labels:  vim-configuration
Vim Bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Stars: ✭ 1,870 (+7092.31%)
Mutual labels:  vim-configuration
dotfiles
A man's home is his castle. Never leave your dotfiles behind.
Stars: ✭ 16 (-38.46%)
Mutual labels:  vim-configuration
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (+219.23%)
Mutual labels:  vim-configuration
dotfiles
My dotfiles and some scripts to bootstrap new workstations
Stars: ✭ 27 (+3.85%)
Mutual labels:  vim-configuration
Vimrc
📝 Vim Configuration for nerds with vim-plug
Stars: ✭ 33 (+26.92%)
Mutual labels:  vim-configuration
vimrc
A shell script to deploy my vim configuration
Stars: ✭ 19 (-26.92%)
Mutual labels:  vim-configuration
DotFiles
🎨 one-stop service for you to configure many Unix tools.
Stars: ✭ 29 (+11.54%)
Mutual labels:  vim-configuration
vimmic
Lightweight and well documented Vim/Neovim configuration. Easy to use and configure.
Stars: ✭ 23 (-11.54%)
Mutual labels:  vim-configuration
dotfiles
💻dotfiles for: tmux, neovim, git, zsh, osx
Stars: ✭ 49 (+88.46%)
Mutual labels:  vim-configuration

Vim config

This is my vim config, use at your own risk.

Installation

  1. Clone this repository into ~/.vim. git clone git://github.com/markstory/vim-files.git ~/.vim
  2. Run cd ~/.vim && make install

Getting LSP working

LSP features require a few more dependencies that aren't automated because platforms are messy.

# Get the following packages installed as global node modules.
volta install pyright intelephense diagnostic-languageserver
volta install typescript typescript-language-server

Treesitter setup

Most syntax highlighting plugins have been replace with Treesitter packages. However, I don't have a good way to install these automatically yet.

:TSInstall bash css dockerfile javascript json html lua php python rst scss toml tsx typescript yaml
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].