-
antranigvHow can I get vim on OmniOS to support Python?
-
antranigvnevermind, setting up NFS was easier :)
-
nomadnot that I have the answer but I am curious what you mean by 'support'.
-
nomadIt's a text editor, it edits any text file. Last I checked python was an interpreter that takes text as input.
-
antranigvnomad Vim has Python, Ruby and Perl support for vimscripts
-
» nomad notes he uses vi, not vim, and leaves it at that.
-
nomadso, if I'm interpreting what you're saying correctly, you want to call a python script from inside vim? Interesting.
-
» nomad would think that would work with !} but hasn't tried.
-
antranigvnomad yeah, I had issues with NFS too, but mostly beacuse I'm still not familier with illumos's NFS. I went back to vi on the server
-
antranigvI'm passing "rw=10.69.0.69,root=10.69.0.69,anon=0" to sharenfs. is this wrong?
-
nomadWhat are you trying to accomplish with the anon=0 ?
-
tux0r<antranigv> nomad Vim has Python, Ruby and Perl support for vimscripts << and lua, racket, tcl.
-
tux0rthat said, acme has any language that can print text support for plugins..
-
ptribbleantranigv: isn't it "rw=@10.69.0.69,root=@10.69.0.69" ?
-
antranigvptribble ended up having this: root=@10.69.0.69,rw=@10.69.0.69,uidmap=*:0:@10.69.0.69,gidmap=*:0:@10.69.0.69
-
antranigvwhich works like a charm