Compare commits
No commits in common. "9967a9d9182eb625b74b5ab09e4c0fc65ec2ac77" and "11f7cc90951c127a3a714d72d5b78a122d96492a" have entirely different histories.
9967a9d918
...
11f7cc9095
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ set clipboard=unnamedplus
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
set cursorline
|
set cursorline
|
||||||
set ttyfast
|
set ttyfast
|
||||||
set nofixeol
|
|
||||||
|
|
||||||
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
|
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
|
||||||
if empty(glob(data_dir . '/autoload/plug.vim'))
|
if empty(glob(data_dir . '/autoload/plug.vim'))
|
||||||
|
@ -120,8 +119,8 @@ nnoremap <A-]> <cmd>lua require("harpoon.ui").nav_next()<CR>
|
||||||
|
|
||||||
nnoremap <leader>ff :FZF<CR>
|
nnoremap <leader>ff :FZF<CR>
|
||||||
|
|
||||||
|
nnoremap <silent> ga <cmd>lua vim.lsp.buf.code_action()<CR>
|
||||||
nnoremap mm :nohl<CR>
|
nnoremap mm :nohl<CR>
|
||||||
nnoremap ml :%s/\r//g<CR>
|
|
||||||
|
|
||||||
nnoremap <leader>yb :!yarn build<CR>
|
nnoremap <leader>yb :!yarn build<CR>
|
||||||
nnoremap <leader>yi :!yarn install<CR>
|
nnoremap <leader>yi :!yarn install<CR>
|
||||||
|
|
Loading…
Reference in a new issue