-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minimal vim should not be under version control
instead create a template and copy it into the home dir on setup of a machine
- Loading branch information
Showing
3 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
call plug#begin(stdpath('data') . '/plugged') | ||
" Plug 'akinsho/nvim-bufferline.lua' | ||
Plug 'kyazdani42/nvim-tree.lua' | ||
Plug 'rakr/vim-one' " alternative one dark with a light theme | ||
Plug 'rhysd/conflict-marker.vim' | ||
" insert buggy plugin | ||
Plug 'rakr/vim-one' | ||
call plug#end() | ||
|
||
set background=dark | ||
set termguicolors | ||
colorscheme one | ||
|
||
" lua require'bufferline'.setup() | ||
nmap <C-N> :LuaTreeToggle<CR> | ||
let g:lua_tree_follow = 1 " show selected file on open |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters