From 2c37d2129500db291edaba106a66a88d4a82864a Mon Sep 17 00:00:00 2001 From: CramMK Date: Fri, 12 Jun 2020 14:35:37 +0200 Subject: [PATCH] Add vim table mode plugin --- dotfiles/scripts/lock-laptop | 2 +- dotfiles/vim/vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/scripts/lock-laptop b/dotfiles/scripts/lock-laptop index 8eeee2d..ad8fb61 100755 --- a/dotfiles/scripts/lock-laptop +++ b/dotfiles/scripts/lock-laptop @@ -42,6 +42,6 @@ i3lock \ --veriftext="Tadasu..." \ --noinputtext="" \ --locktext="Itterasshai!" \ - --wrongtext="Chigau!" \ + --wrongtext="Machigau!" \ \ --ring-width 4 diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index f53fc03..239edce 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -8,6 +8,7 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' " Git wrapper Plugin 'tmsvg/pear-tree' " parathesis matching Plugin 'vimwiki/vimwiki' +Plugin 'dhruvasagar/vim-table-mode' " manage markdown tables " Colors Plugin 'arcticicestudio/nord-vim' @@ -75,7 +76,6 @@ set smartindent " File specific indents autocmd FileType rust setlocal tabstop=4 softtabstop=4 expandtab autocmd FileType perl setlocal tabstop=8 softtabstop=8 noexpandtab -autocmd FileType conf setlocal tabstop=8 softtabstop=8 noexpandtab autocmd FileType yaml setlocal tabstop=2 softtabstop=2 expandtab set list @@ -107,6 +107,7 @@ let g:netrw_liststyle = 3 " Tree-like structure let g:netrw_banner = 0 " Remove useless banner at the top of netrw " ------------------------------------- Macros & Mappings ---------------------- +let mapleader = "\" cmap Wq wq cmap Q q cmap W w