Coder Social home page Coder Social logo

Comments (4)

LER0ever avatar LER0ever commented on August 24, 2024

你好,在Windows下如果你的Vim有 +lua 支持的话neocomplete会自动启用。
请检查一下启动屏是否显示+Lua,如果显示的是-Lua的话你可能需要下载一份lua53.dll 放入Vim根目录下。

(如果是Windows的neovim的话,就需要使用YouCompleteMe,因为目前neovim没有lua client实现。)

from evervim.

jay763190097 avatar jay763190097 commented on August 24, 2024

image
还是没有自动提示,neocomplete已装好的

from evervim.

LER0ever avatar LER0ever commented on August 24, 2024

@jay763190097 我来图文演示一下。

:version里的 +lua/dyn 表示这份Vim需要Lua的动态链接库才能正常使用 Lua Client 的功能,请检查一下你的Vim目录下有没有Lua53.dll 或者 Lua.dll, 如果没有的话需要去Lua Binaries下载一份Lua-5.3.3_Win*-bin.zip的文件并且将里面的Lua53.dll放入根目录。需要像这样:


image


并且确保启动屏(是启动屏不是:version)中有 "+Lua",(如图中间的{-Python3|-Python|+Lua}):


image


我重新部署了一遍,只要启动屏检测到+Lua,neocomplete就可以正常工作。
如果还是不行,看看:message有没有任何错误信息。


Windows的文档我今天会更新一下,顺便加上 YouCompleteMe 的安装指南。

from evervim.

wjh756381193 avatar wjh756381193 commented on August 24, 2024

我这里通过.EverVim.vimrc设置主题总是不成功! 但是在编辑器中直接输入 :color mopkai 这样的方式则是可以成功切换主题的,请问这个是什么原因? 一旦我创建了 .vimrc 文件,系统就不会再调用EverVim了,而是直接调用系统自身的vim工具了,请问,什么原因?

from evervim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.