fix bspwm screens, remove plug.vim and stdheader.vim from repo do download them from github

This commit is contained in:
2024-10-18 20:17:26 +02:00
parent 6e8a5117ab
commit a4020fd7bd
8 changed files with 39 additions and 3019 deletions

View File

@ -3,12 +3,20 @@ source ~/.vimrc
let mapleader=";"
colorscheme vim
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
\| PlugInstall --sync
\| endif
call plug#begin('~/.config/nvim/plugged')
Plug 'bling/vim-bufferline'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
Plug 'andweeb/presence.nvim'
call plug#end()
let g:user42 = 'tomoron'
let g:mail42 = 'tomoron@student.42angouleme.fr'
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>