Compare commits

..

No commits in common. "9967a9d9182eb625b74b5ab09e4c0fc65ec2ac77" and "11f7cc90951c127a3a714d72d5b78a122d96492a" have entirely different histories.

View file

@ -23,7 +23,6 @@ set clipboard=unnamedplus
filetype plugin on
set cursorline
set ttyfast
set nofixeol
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.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 <silent> ga <cmd>lua vim.lsp.buf.code_action()<CR>
nnoremap mm :nohl<CR>
nnoremap ml :%s/\r//g<CR>
nnoremap <leader>yb :!yarn build<CR>
nnoremap <leader>yi :!yarn install<CR>