Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 390d555a authored by gsell's avatar gsell
Browse files

configurarion files for editor local variables added

- configuration files for Emacs and Vim added
- plugin for Vim added
parent fdb171eb
No related branches found
No related tags found
1 merge request!445Resolve "define and set project wide editor variables"
(
(nil . (
(indent-tabs-mode . nil)
(require-final-newline . nil)
)
)
(cmake-mode . (
(cmake-tab-width . 4)
)
)
(c-mode . (
(c-basic-offset . 4)
)
)
(c++-mode . (
(c-basic-offset . 4)
)
)
)
set et ts=4 sw=4 sts=4
\ No newline at end of file
OPAL specific Vim plugin(s)
==========================
To install these plugins run from this directory:
mkdir -p ~/.vim/pack/opal/
cp -av start ~/.vim/pack/opal/
and (re-)start Vim.
vim-localrc @ c4db6639
Subproject commit c4db66399f5029885acd2c86d1ce78f0b61dc626
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment