Re-organise to use a bare repo
Re-organise to use a bare repo, e.g. https://www.atlassian.com/git/tutorials/dotfiles.
This commit is contained in:
parent
e00d9b2e96
commit
d1da7c6e15
59 changed files with 19 additions and 68 deletions
5
.config/nvim/plugins/airline.vim
Normal file
5
.config/nvim/plugins/airline.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
let g:airline_left_alt_sep = ''
|
||||
let g:airline_left_sep = ''
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline_right_alt_sep = ''
|
||||
let g:airline_right_sep = ''
|
2
.config/nvim/plugins/blamer.vim
Normal file
2
.config/nvim/plugins/blamer.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
let g:blamer_delay = 500
|
||||
let g:blamer_enabled = 1
|
8
.config/nvim/plugins/coc.vim
Normal file
8
.config/nvim/plugins/coc.vim
Normal file
|
@ -0,0 +1,8 @@
|
|||
nmap <Leader>a <Plug>(coc-codeaction)
|
||||
nmap <Leader>gd <Plug>(coc-definition)
|
||||
nmap <Leader>gr <Plug>(coc-references)
|
||||
nmap <Leader>gi <Plug>(coc-implementation)
|
||||
nmap <Leader>gt <Plug>(coc-type-definition)
|
||||
nmap <Leader>sr <Plug>(coc-rename)
|
||||
nmap <Leader>rf <Plug>(coc-refactor)
|
||||
nnoremap <silent> K :call <SID>show_documentation()<CR>
|
4
.config/nvim/plugins/nerdtree.vim
Normal file
4
.config/nvim/plugins/nerdtree.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
let g:NERDTreeShowHidden=1
|
||||
let g:NERDTreeWinPos = "right"
|
||||
|
||||
nnoremap <leader>ne :NERDTreeToggle<CR>
|
2
.config/nvim/plugins/nord.vim
Normal file
2
.config/nvim/plugins/nord.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
let g:nord_bold_vertical_split_line = 1
|
||||
let g:nord_cursor_line_number_background = 1
|
Loading…
Add table
Add a link
Reference in a new issue