directory structure

This commit is contained in:
ManjaroOne666 2018-12-12 09:02:12 +00:00
commit 615f897310
47 changed files with 8100 additions and 0 deletions

1
after/ftplugin/help.vim Normal file
View file

@ -0,0 +1 @@
nmap <buffer> q :q<CR>

2
after/ftplugin/netrw.vim Normal file
View file

@ -0,0 +1,2 @@
nmap <buffer> o <CR>
nmap <buffer> q :Rex<CR>

2
after/ftplugin/qf.vim Normal file
View file

@ -0,0 +1,2 @@
nmap <buffer> o <CR>
nmap <buffer> q :q<CR>

2
after/ftplugin/sass.vim Normal file
View file

@ -0,0 +1,2 @@
set includeexpr=substitute(substitute(substitute(v:fname,'\%(.*/\|^\)\zs','_',''),'^[\\~@]\/','./',''),'^[\\~@]','./node_modules/','')

2
after/ftplugin/vim.vim Normal file
View file

@ -0,0 +1,2 @@
set foldmethod=marker