mirror of
https://github.com/amix/vimrc
synced 2025-07-04 06:44:59 +08:00
add vim-jsx, vim-javascript
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
" Vim filetype plugin file
|
||||
" Language: JavaScript
|
||||
" Maintainer: vim-javascript community
|
||||
" URL: https://github.com/pangloss/vim-javascript
|
||||
|
||||
setlocal iskeyword+=$ suffixesadd+=.js
|
||||
|
||||
let b:undo_ftplugin .= ' | setlocal iskeyword< suffixesadd<'
|
Reference in New Issue
Block a user