Giter VIP home page Giter VIP logo

Comments (6)

Muzzamil1 avatar Muzzamil1 commented on May 29, 2024 1

Oh sorry, my bad. plug#begin() ... plug#end() was after that setting. Putting it before worked perfectly. Thank you so much for your help.

from lightspeed.nvim.

ggandor avatar ggandor commented on May 29, 2024
lua require('lightspeed').opts.ignore_case = true

or, if you want to set multiple options, the simplest thing to do is:

lua << EOF
  -- you can write any Lua code here, just as you would in init.lua  
  require('lightspeed').setup {
    ignore_case = true,
    etc...    
  }
EOF

See e.g.: https://github.com/nanotee/nvim-lua-guide#using-lua-from-vimscript

from lightspeed.nvim.

Muzzamil1 avatar Muzzamil1 commented on May 29, 2024

Hi, thanks for your response. I am using vscode-neovim

I am actually using init.vim for configuration, not init.lua. I tried the configuration that you send but that gives error

E5108: Error executing lua [string ":lua"]:1: module 'lightspeed' not found:
	no field package.preload['lightspeed']
	no file '.\lightspeed.lua'
	no file 'C:\Neovim\bin\lua\lightspeed.lua'
	no file 'C:\Neovim\bin\lua\lightspeed\init.lua'
	no file '.\lightspeed.dll'
	no file 'C:\Neovim\bin\lightspeed.dll'
	

I also tried some settings that I know of but nothing worked (please check the green box in the screenshot). Sorry I don't have experience with lua. I really appreciate your helping me here

image

from lightspeed.nvim.

ggandor avatar ggandor commented on May 29, 2024

That should work, the problem is that lightspeed (the module) itself is not found. How did you install it (e.g. using vim-plug)? At that point in init.vim, lightspeed should already be available (i.e., on the runtimepath), if you want to require it.

from lightspeed.nvim.

Muzzamil1 avatar Muzzamil1 commented on May 29, 2024

I have installed it using Plug (vim-plug) - plugin manager

image

It is working fine when I press "s" not sure why it says module 'lightspeed' not found: when I try to change the setting.

image

from lightspeed.nvim.

ggandor avatar ggandor commented on May 29, 2024

And are you sure that the plug#begin() ... plug#end() section has already run when you try change the setting in the line lua require('lightspeed').opts.ignore_case = true? (I.e., is the Plug stuff in the same init.vim file, above the latter, or in a file that is sourced before reaching that ignore_case = ... line?)

from lightspeed.nvim.

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.