mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
for node, sw =2
This commit is contained in:
parent
37982396e9
commit
1fdba7ad91
@ -1,6 +1,8 @@
|
|||||||
let node#suffixesadd = [".js", ".json"]
|
let node#suffixesadd = [".js", ".json"]
|
||||||
let node#filetypes = ["javascript", "json"]
|
let node#filetypes = ["javascript", "json"]
|
||||||
|
|
||||||
|
set sw=2
|
||||||
|
|
||||||
function! node#initialize(root)
|
function! node#initialize(root)
|
||||||
let b:node_root = a:root
|
let b:node_root = a:root
|
||||||
call s:initializeCommands()
|
call s:initializeCommands()
|
||||||
|
Loading…
Reference in New Issue
Block a user