Don't create ctags for js files
This commit is contained in:
parent
531713287c
commit
8ee227f087
2
vimrc
2
vimrc
|
@ -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.
|
||||
" 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 = ['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
|
||||
" recursive crawl.
|
||||
|
|
|
@ -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/
|
||||
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
|
||||
* 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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user