mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "e89aea9d828f0e3a3d4148da5a9ff1a2f9ef8d2c" and "04834001f6a527422453cefa39f1cd1bf2a7f959" have entirely different histories.
e89aea9d82
...
04834001f6
3 changed files with 2 additions and 23 deletions
|
|
@ -2,8 +2,6 @@ let s:ctx = g:dotfiles_plugins_list_context
|
||||||
|
|
||||||
" Files {{{
|
" Files {{{
|
||||||
call s:ctx.use('preservim/nerdtree')
|
call s:ctx.use('preservim/nerdtree')
|
||||||
call s:ctx.use('kyazdani42/nvim-web-devicons')
|
|
||||||
call s:ctx.use('romgrk/barbar.nvim')
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Language specific {{{
|
" Language specific {{{
|
||||||
|
|
@ -11,8 +9,6 @@ let s:ctx = g:dotfiles_plugins_list_context
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Misc {{{
|
" Misc {{{
|
||||||
call s:ctx.use('glacambre/firenvim', { 'do': ':call firenvim#install(0)' })
|
|
||||||
call s:ctx.use('glepnir/dashboard-nvim')
|
|
||||||
if has('nvim-0.5.0')
|
if has('nvim-0.5.0')
|
||||||
call s:ctx.use('andweeb/presence.nvim')
|
call s:ctx.use('andweeb/presence.nvim')
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,14 @@
|
||||||
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
|
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
|
||||||
let g:k_dotfiles_dir = expand('<sfile>:p:h:h')
|
let g:k_dotfiles_dir = expand('<sfile>:p:h:h')
|
||||||
let &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
|
|
||||||
|
|
||||||
" Disable the following plugins from Dima's list
|
let &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
|
||||||
" https://github.com/dmitmel/dotfiles/commit/ae79a2b708c79cf91a889737e69b7256681d0478
|
|
||||||
let g:dotfiles_plugin_manager_inhibited_plugins = {
|
|
||||||
\ 'vim-airline': 1,
|
|
||||||
\ }
|
|
||||||
|
|
||||||
" Enable the clearly superior mode.
|
" Enable the clearly superior mode.
|
||||||
let g:vim_ide = 1
|
let g:vim_ide = 1
|
||||||
|
|
||||||
" Small plugin configs
|
|
||||||
let g:dashboard_default_executive ='fzf'
|
|
||||||
|
|
||||||
" Source Dima's config
|
" Source Dima's config
|
||||||
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
source <sfile>:p:h/../dmitmel-dotfiles/nvim/init.vim
|
||||||
|
|
||||||
" Styling
|
" Give me that beautiful colorscheme
|
||||||
set termguicolors
|
set termguicolors
|
||||||
let airline_powerline_fonts = 1
|
let airline_powerline_fonts = 1
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
let bufferline = get(g:, 'bufferline', {})
|
|
||||||
let bufferline.icons = 'both'
|
|
||||||
|
|
||||||
" Navigating buffers
|
|
||||||
nnoremap <silent> <A-,> :BufferPrevious<CR>
|
|
||||||
nnoremap <silent> <A-.> :BufferNext<CR>
|
|
||||||
nnoremap <silent> <A-s> :BufferPick<CR>
|
|
||||||
|
|
||||||
nnoremap <silent> <A-c> :BufferClose<CR>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue