Giter VIP home page Giter VIP logo

Comments (6)

folke avatar folke commented on August 17, 2024

You could do:

{ "LazyVim/LazyVim", config = true }

from starter.

GnussonNet avatar GnussonNet commented on August 17, 2024

Then I get this error becuse it expects me to use Tokyonight

Error detected while processing /Users/gnusson/.config/nvim/init.lua:
Could not load your colorscheme
...ocal/share/nvim/lazy/LazyVim/lua/lazyvim/config/init.lua:11: module 'tokyonight' not found:
^Ino field package.preload['tokyonight']module tokyonight not found
^Ino file './tokyonight.lua'
^Ino file '/opt/homebrew/share/luajit-2.1.0-beta3/tokyonight.lua'
^Ino file '/usr/local/share/lua/5.1/tokyonight.lua'
^Ino file '/usr/local/share/lua/5.1/tokyonight/init.lua'
^Ino file '/opt/homebrew/share/lua/5.1/tokyonight.lua'
^Ino file '/opt/homebrew/share/lua/5.1/tokyonight/init.lua'
^Ino file './tokyonight.so'
^Ino file '/usr/local/lib/lua/5.1/tokyonight.so'
^Ino file '/opt/homebrew/lib/lua/5.1/tokyonight.so'
^Ino file '/usr/local/lib/lua/5.1/loadall.so'
# stacktrace:
  - /LazyVim/lua/lazyvim/config/init.lua:11 _in_ **colorscheme**
  - /LazyVim/lua/lazyvim/config/init.lua:99
  - /LazyVim/lua/lazyvim/config/init.lua:97 _in_ **setup**
  - /LazyVim/lua/lazyvim/init.lua:5 _in_ **setup**
  - lua/config/lazy.lua:9
  - init.lua:2

from starter.

folke avatar folke commented on August 17, 2024

You can change the colorscheme to something else. Check the docs

from starter.

GnussonNet avatar GnussonNet commented on August 17, 2024

Yeah, sorry my bad. What I actually meant on my first question was to get a clean setup, where I configure options, keybinds etc from scratch.

Something like { import = "config" },

from starter.

folke avatar folke commented on August 17, 2024

You can just remove all lazyvim stuff and then do in your init.lua:

require("config.options")
require("config.lazy")
require("config.keymaps")
require("config.autocmds")

from starter.

GnussonNet avatar GnussonNet commented on August 17, 2024

Awesome, thank you for taking your time <3

from starter.

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.