for node, sw =2
This commit is contained in:
parent
37982396e9
commit
1fdba7ad91
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
let node#suffixesadd = [".js", ".json"]
|
||||
let node#filetypes = ["javascript", "json"]
|
||||
|
||||
set sw=2
|
||||
|
||||
function! node#initialize(root)
|
||||
let b:node_root = a:root
|
||||
call s:initializeCommands()
|
||||
|
|
Loading…
Reference in a new issue