GithubHelp home page GithubHelp logo

kickstart.nix's People

Contributors

dmmulroy avatar johnbakhmat avatar

Stargazers

Fatih Canbey avatar chauncey avatar Joshua Guzman avatar  avatar Alex Mills avatar Onam Hernandez avatar Jon avatar Patryk Błaziński avatar Joab Sena avatar Roman Kuzmenko avatar Gustavo Oliveira avatar  avatar Kush Brahmbhatt avatar Sasha avatar Lucas Souza avatar Sibi Siddharthan avatar Larry Chan avatar Marcos Juan avatar David Gruber avatar Leonid Grishenkov avatar Borislav Landik avatar Kevin Nitro avatar ivn avatar Samuel Essilfie avatar Pankaj Agarwal avatar Raphael "Raph" "wrath" Vaz avatar Leclercq David avatar Flokkq avatar Yuan Huang avatar  avatar andrew avatar  avatar  avatar Robinho avatar  avatar Mohamed Maatar avatar Emille Henry avatar Anthony Perrett avatar Connor Littleton avatar Georgi Dimitrov avatar Adam Ormondroyd avatar Veera V Nageswara Rao Matukumalli avatar Jost Alemann avatar Rojo avatar Nik Medvedev avatar Quentin Bordelon avatar Nunzio Onorati avatar Parminder Singh avatar  avatar Surafel Gudisa avatar Abhishek A avatar  avatar  avatar Paul avatar Herbert Smith avatar Divagnz avatar Trevor Ramey avatar Rene Aavik avatar Pietro Bondioli avatar Mohamad El-baba avatar Renato dos Santos avatar kunxl avatar George Herrada Farfán avatar Kyle King avatar Andrew Shebanow avatar Jafar Juneidi avatar Aryaan Bomma avatar  avatar Ocat avatar Joel Martin avatar Raul Ferrando avatar Ben Sarrazin avatar Anton Baryshev avatar Mundoi avatar Andrii Konotop avatar Lukas avatar Yashasewi singh avatar George Middlecote avatar André Augusto avatar  avatar Mattias De Coninck avatar Alexey Ugnichev avatar Som Nek avatar moqsien avatar Kyle Bowen avatar Quincy van Bommel avatar  avatar Fred Gray avatar Jesse Leite avatar Filipe Paniguel avatar Aran Wilkinson avatar Brent Williams avatar Daryl Galvez avatar  avatar Eric Milford avatar  avatar Fabrizio Damicelli avatar Bez Hermoso avatar  avatar Clysman avatar

Watchers

 avatar  avatar

kickstart.nix's Issues

nvim module not found

Hey I've been following along with your YT series and my setup is identical to yours, here's the folder structure of the config/nvim/ directory

.
└── nvim
    ├── README.md
    ├── init.lua
    ├── lua
    │   ├── config
    │   │   ├── autocmds.lua
    │   │   ├── init.lua
    │   │   ├── keymaps.lua
    │   │   ├── lazy.lua
    │   │   └── options.lua
    │   └── plugins
    │       └── example.lua
    └── stylua.toml

The error I'm getting is the following

Error
Error detected while processing /Users/saurav/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /Users/saurav/.config/nvim/init.lua:1: module 'config' not found:
        no field package.preload['config']
        no file '/nix/store/6kns5f2lab46n5kl6si3xnb8y1819pmw-luajit-2.1.1693350652-env/share/lua/5.1/config.lua'
        no file '/nix/store/6kns5f2lab46n5kl6si3xnb8y1819pmw-luajit-2.1.1693350652-env/share/lua/5.1/config/init.lua'
        no file '/nix/store/6kns5f2lab46n5kl6si3xnb8y1819pmw-luajit-2.1.1693350652-env/lib/lua/5.1/config.so'
stack traceback:
        [C]: in function 'require'
        /Users/saurav/.config/nvim/init.lua:1: in main chunk

Contents of config/nvim/init.lua is:

require('config')

Contents of config/nvim/lua/config/init.lua is

require('config.lazy')

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.