Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
home
Commits
79f86c22
Commit
79f86c22
authored
Mar 18, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added system-local files
parent
c55b2e7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
15 deletions
+17
-15
.vim/ftplugin/tex.vim
.vim/ftplugin/tex.vim
+1
-4
.vim/local/lab-pc.vim
.vim/local/lab-pc.vim
+9
-0
.vim/vimrc
.vim/vimrc
+7
-11
No files found.
.vim/ftplugin/tex.vim
View file @
79f86c22
...
...
@@ -8,9 +8,6 @@ setlocal spell spelllang=en_gb
autocmd
CursorHold
*
.
tex
w
inoreabbrev
<
buffer
>
00
<
bar
>
00
\rangle
inoreabbrev
<
buffer
>
10
<
bar
>
10
\rangle
inoreabbrev
<
buffer
>
01
<
bar
>
01
\rangle
inoreabbrev
<
buffer
>
11
<
bar
>
11
\rangle
inoreabbrev
<
buffer
>
/
.
<
bar
>
\rangle
<
esc
>
bba
highlight ColorColumn ctermbg
=
grey guibg
=
grey
.vim/local/lab-pc.vim
0 → 100644
View file @
79f86c22
if
has
(
"gui_running"
)
if
has
(
"gui_gtk2"
)
set
guifont
=
Ubuntu\ Mono\
13
endif
endif
set
path
+=~
/devel/
elearning_academy/**
set
textwidth
=
85
.vim/vimrc
View file @
79f86c22
...
...
@@ -50,7 +50,8 @@ set pastetoggle=<F10>
set title
set titlelen=20
set laststatus=2
set textwidth=85
let g:tex_flavor = "latex"
noremap ; :
noremap , ;
...
...
@@ -76,10 +77,10 @@ colorscheme molokai
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
let g:SuperTabDefaultCompletionType
=
"context"
let g:SuperTabDefaultCompletionType
=
"context"
set omnifunc=syntaxcomplete#Complete
set foldmethod=syntax
let g:syntastic_cpp_compiler_options
=
' -std=c++11'
let g:syntastic_cpp_compiler_options
=
' -std=c++11'
let g:syntastic_python_python_exec = '/usr/bin/python3'
let g:airline#extensions#tabline#enabled = 1
...
...
@@ -100,19 +101,12 @@ if has('cscope')
command -nargs=0 Cscope cs add $VIMSRC/src/cscope.out $VIMSRC/src
endif
if has("gui_running")
if has("gui_gtk2")
set guifont=Ubuntu\ Mono\ 13
endif
endif
" From http://vi.stackexchange.com/questions/239/
if @% == "" && getcwd() == "/tmp"
:silent edit test.sh
endif
let g:DiffColors=100
set path+=~/devel/elearning_academy/**
let g:DiffColors = 100
" function LookupFiles ()
" python <<EOF
...
...
@@ -156,3 +150,5 @@ autocmd BufNewFile * nested call FindInPath(expand('<afile>'))
autocmd FileType * exec("setlocal dictionary+=".$HOME."/.vim/dictionary/".expand('<amatch>'))
set completeopt+=menuone,longest,preview
set complete+=k
source $HOME/.vim/local/$CONFLOCAL.vim
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment