mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-27 06:35:43 +00:00
Add vim-easymotion
This commit is contained in:
parent
f55820a469
commit
ff70d2d132
1
.config/nvim/bundle/vim-easymotion
Submodule
1
.config/nvim/bundle/vim-easymotion
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1a0244c90c3ff46219cf9597bb13662be4232407
|
||||||
|
|
@ -12,15 +12,12 @@ set cursorline
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set autoread
|
set autoread
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
map <F7> mzgg=G`z
|
map <F7> mzgg=G`z
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
|
|
||||||
"set t_Co=256 " Enable 256 colors
|
|
||||||
set termguicolors " Enable GUI colors for the terminal to get truecolor
|
set termguicolors " Enable GUI colors for the terminal to get truecolor
|
||||||
|
|
||||||
autocmd FileType * set tw=0
|
autocmd FileType * set tw=0
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -52,3 +52,6 @@
|
||||||
[submodule ".config/nvim/bundle/dracula"]
|
[submodule ".config/nvim/bundle/dracula"]
|
||||||
path = .config/nvim/bundle/dracula
|
path = .config/nvim/bundle/dracula
|
||||||
url = https://github.com/dracula/vim.git
|
url = https://github.com/dracula/vim.git
|
||||||
|
[submodule ".config/nvim/bundle/vim-easymotion"]
|
||||||
|
path = .config/nvim/bundle/vim-easymotion
|
||||||
|
url = https://github.com/easymotion/vim-easymotion.git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue