mirror of
https://github.com/Hizenberg469/environment-setup.git
synced 2026-04-19 21:12:23 +03:00
latest update
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -165,6 +165,7 @@ call plug#begin()
|
||||
Plug 'vim-scripts/SpellCheck' " Spell checking
|
||||
Plug 'ludovicchabant/vim-gutentags' " for tag managements for projects
|
||||
Plug 'skywind3000/gutentags_plus' " Working with gtags and cscope
|
||||
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable'} " for generating and helping YCM
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
||||
@@ -58,7 +58,9 @@ function settingUpLatestVim {
|
||||
$user apt install -y libncurses-dev libatk1.0-dev \
|
||||
libcairo2-dev libx11-dev libxpm-dev libxt-dev \
|
||||
libpython3-dev ruby-dev lua5.2 liblua5.2-dev libperl-dev git
|
||||
|
||||
|
||||
$user apt install -y python2
|
||||
|
||||
# Configure for compilation.
|
||||
local DIR='/usr/local' # Directory to setup the latest vim build.
|
||||
if [ $# -gt 0 ]; then
|
||||
|
||||
12
userlink.txt
Normal file
12
userlink.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
For generating compiler flag database for makefile projects.
|
||||
|
||||
https://pypi.org/project/compiledb/
|
||||
|
||||
|
||||
For ale:
|
||||
https://github.com/dense-analysis/ale
|
||||
|
||||
|
||||
For YCM:
|
||||
https://github.com/ycm-core/YouCompleteMe?tab=readme-ov-file#option-2-provide-the-flags-manually
|
||||
https://github.com/ycm-core/YouCompleteMe?tab=readme-ov-file#commands
|
||||
Reference in New Issue
Block a user