Don't create ctags for js files

This commit is contained in:
Michael Campagnaro 2021-12-09 19:54:08 -05:00
parent 531713287c
commit 8ee227f087
2 changed files with 1 additions and 8 deletions

2
vimrc
View File

@ -127,7 +127,7 @@ let g:campo_force_ctags_regardless_of_extension = 0
" If one of these file types are saved then the ctags creation function will be called. " If one of these file types are saved then the ctags creation function will be called.
" You can append to this list in another config like so: " You can append to this list in another config like so:
" let g:campo_extensions_that_run_ctags = g:campo_extensions_that_run_ctags + ['foo', 'bar'] " let g:campo_extensions_that_run_ctags = g:campo_extensions_that_run_ctags + ['foo', 'bar']
let g:campo_extensions_that_run_ctags = ['c','cpp','h','hpp','inc','cs','js','py','asm','ex','exs'] let g:campo_extensions_that_run_ctags = ['c','cpp','h','hpp','inc','cs','py','asm','ex','exs']
" Default files and directories that ctags should ignore when doing a " Default files and directories that ctags should ignore when doing a
" recursive crawl. " recursive crawl.

View File

@ -274,13 +274,6 @@ processor time and is generally useless.
* In order to combine audio and video files you need ffmpeg. Download from https://ffmpeg.zeranoe.com/builds/ * In order to combine audio and video files you need ffmpeg. Download from https://ffmpeg.zeranoe.com/builds/
and place the exe's in `~/bin`. and place the exe's in `~/bin`.
### Firefox
* Install css tweaks to revert the look of the button-like tabs to the way they were prior v89 https://github.com/black7375/Firefox-UI-Fix
* Go to releases and download Lepton.zip specifically.
* If you see jaggy fonts then about `about:config` and check the value of
`gfx.font_rendering.cleartype_params.rendering_mode`. Mine was -1 by default. Setting it to 5
removed the bad font rendering.
### Spotify ### Spotify
* If you install an older version then you'll need to block the auto updater: * If you install an older version then you'll need to block the auto updater:
* Go to `%APPDATA%\Spotify` and create `Spotify_new.exe` and `Spotify_new.exe.sig` * Go to `%APPDATA%\Spotify` and create `Spotify_new.exe` and `Spotify_new.exe.sig`