latest update

This commit is contained in:
2025-09-03 20:12:54 +03:00
parent 1ba6617663
commit 8cfb6ba167
3 changed files with 16 additions and 1 deletions

1
.vimrc
View File

@@ -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()

View File

@@ -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
View 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