directory structure
This commit is contained in:
parent
0ce2bda366
commit
615f897310
47 changed files with 8100 additions and 0 deletions
1
after/ftplugin/help.vim
Normal file
1
after/ftplugin/help.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
nmap <buffer> q :q<CR>
|
||||
2
after/ftplugin/netrw.vim
Normal file
2
after/ftplugin/netrw.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
nmap <buffer> o <CR>
|
||||
nmap <buffer> q :Rex<CR>
|
||||
2
after/ftplugin/qf.vim
Normal file
2
after/ftplugin/qf.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
nmap <buffer> o <CR>
|
||||
nmap <buffer> q :q<CR>
|
||||
2
after/ftplugin/sass.vim
Normal file
2
after/ftplugin/sass.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
set includeexpr=substitute(substitute(substitute(v:fname,'\%(.*/\|^\)\zs','_',''),'^[\\~@]\/','./',''),'^[\\~@]','./node_modules/','')
|
||||
2
after/ftplugin/vim.vim
Normal file
2
after/ftplugin/vim.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
set foldmethod=marker
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue