Neovim - Colorschemes and how to set them

  Рет қаралды 84,500

chris@machine

chris@machine

Күн бұрын

Repo: github.com/Lun...
Colorschemes: github.com/Lun...
Tokynonight: github.com/fol...
Onedarker: github.com/Lun...
Darkplus: github.com/Lun...
SUPPORT THE CHANNEL
💳 Patreon: / chrisatmachine
💰 Paypal: paypal.me/chri...
👕 Merch: shop.spreadshi...
SOCIAL MEDIA
🕸️ Website: www.chrisatmac...
🐦 Twitter: / chrisatmachine
💻 Github: github.com/Chr...
📺 Odysee: odysee.com/$/i...
💬 Matrix: matrix.to/#/+a...
📡 Twitch: / chrisatmachine
🔌 Discord: / discord
GET INTO CRYPTO AND SUPPORT THE CHANNEL
🏦 Blockfi: blockfi.com/?r...
💰 Celcius: celsiusnetwork...
🪙 Coinbase: www.coinbase.c...
💱 BinanceUS: accounts.binan...
💸 Voyager: voyager.onelin...
📈 OKCoin: www.okcoin.com...
₿ DONATE CRYPTO
Bitcoin: bc1qlw9t04evwvvlgkwkxf3cm9mfk6zgmy09sp4uja
Ethereum: 0x31202eF4Ce3d03c1B5111Bc388f937e7b17dd164
Litecoin: ltc1qmhxvmr9h3hpc226aeqj9sadwjn3gl0nh5qsvkf
Polkadot: 12pxctmVV3HBKqfpnPbgqznKHdpFbihVENH2VJU6Z5HsaD1S
Chainlink: 0x31202eF4Ce3d03c1B5111Bc388f937e7b17dd164
Bitcoin Cash: qqz56dl270wx04z4x8y42aft39ptpksjuggmel0hz6
XRP: raUaxdWMst1Eb96nACTvJTRWgtmsRQpwHk
Stellar: GD7PCULOCC4DLRJN6TJSWFTETDWL4D6URHXEBFX4B4RJQN4B5T7XZ5AU

Пікірлер: 40
@stoicfloor
@stoicfloor 2 жыл бұрын
yeah keep these new videos coming please!! can't wait to update my config and take inspiration from you!
@jotarokujo6099
@jotarokujo6099 2 жыл бұрын
Neovim default color scheme situation is embarrassing. Default ones are not useable at all (see that packer window and non existent contrast in completion). What you did with error handling stuff should be actually done by default in Neovim. If the color scheme is not found - it's not the end of the world, just a warning to the user would suffice.
@kalindu2974
@kalindu2974 2 жыл бұрын
Please quickly make a video about how to make a vim colorscheme
@evadeflow
@evadeflow 2 жыл бұрын
Thanks for these vids! I finally have some time off over the holidays to ‘sharpen the saw’ a bit, so I decided I’ll make the switch to Neovim. Your series gave me confidence that I can get it done and hit the ground running in the new year.
@spacelion2510
@spacelion2510 2 жыл бұрын
Love these tutorials and lua setting! Very appealing! wonder if you might release tutorials on building our own color scheme for Neovim in the future?
@AnalyticMinded
@AnalyticMinded 2 жыл бұрын
I've been using regular vim for almost 3 years now, and only now am I seriously considering neovim thanks in part to clear guides like this on how to build neovim from scratch. I am not a programmer, so the thought of learning lua seemed a little intimidating. But from the looks of it, it's not that bad... in fact, not bad at all! :)
@syamjulio3685
@syamjulio3685 2 жыл бұрын
Hi. Are you using vim to make latex?
@AnalyticMinded
@AnalyticMinded 2 жыл бұрын
@@syamjulio3685 I use vim with markdown + some latex code for mathematics, which I then convert to static HTML pages with pandoc.
@rubempacelli6815
@rubempacelli6815 2 жыл бұрын
Amazing! Please keep going!!!
@exequiellaresdev
@exequiellaresdev 2 жыл бұрын
Thanks for the video! I'm following the series to learn more about how to use neovim. Currently, I'm using PHP storm at work but I really want to try neovim and your videos helps me a lot. 💪
@ראםקישנבסקי
@ראםקישנבסקי 2 жыл бұрын
Really the best vim tutorial series from what I've seen so far. So insightful, Thanks!
@falcon4359
@falcon4359 Жыл бұрын
This is great but I had a question, When you change colorscheme using :colorscheme it will only change for that session & to permenantly change it you have to edit the config. But in Nvchad you can change it permenantly without editing the config How do I acheive this?
@briainodriscoll
@briainodriscoll 2 жыл бұрын
great series, Chris. Highly informative. Breathing life into my config. Many thanks....!
@yogxoth1959
@yogxoth1959 Жыл бұрын
The :colorscheme command does nothing when I use it. Nothing changes when doing :colo blue, :colo default, etc. :( EDIT: Figured it out. I'm using Windows terminal and had set a theme in that. That overrides nvim's colors. I had to set termguicolors=true in the nvim config and I added a custom colorscheme where I set 'hi Normal guibg=black guifg=white'.
@djuan33
@djuan33 2 жыл бұрын
Are you accepting PR's for new themes. I'd like to port a theme.
@sharkby7e
@sharkby7e 2 жыл бұрын
Loving these videos! I do have a question, though...if i wanted to configure these colorschemes, for instance change the background, where would i put that code, and what does it look like in lua? normally in .vimrc it would say something like 'let g:everforest_background = 'soft'" for instance...Thanks!
@eclecticcoding
@eclecticcoding 2 жыл бұрын
Chris loving the video series. It is helping me to learn and transition to Nvim. I do have one question. How do my start making my own customizations such that a git pull will not over write my changes? With a VIM setup, I might use vimrc.after, vimrc.before to make changes. Is there a way to do this with Neovim Lua?
@asif6786
@asif6786 2 жыл бұрын
Thanks for the video. The darkplus theme looks great. How can I add undercurl support for it? I have changed all the styling to undercurl, but that doesn't seem to work.
@bardhokajvazi2726
@bardhokajvazi2726 Жыл бұрын
Find my answer in the first three minutes from the video. Before that, i tried searching an answer all day on google. Thank you sir.
@claytonkruse
@claytonkruse Жыл бұрын
How did you change the delay between holding a key down and rapid fire key presses?
@jerbparagas3924
@jerbparagas3924 7 ай бұрын
can you do transparent catppuccin?
@xGshikamaru
@xGshikamaru Жыл бұрын
the desert plugin for neovim is amazing, so much better than the one in vim. I’ve had my own colorscheme for vim for years, but I’ll start over from the desert plugin when porting my theme to neovim.
@teeodoubled3000
@teeodoubled3000 2 жыл бұрын
Thank you!
@narcuenca
@narcuenca 2 жыл бұрын
I'm currently trying to force myself to learn nvim and I'm actually using LunarVim (because the defaults are amazing, I don't know how to configure my own nvim yet & it uses my name lmao). It's actually pretty cool that you've done this to help give us some idea on how the configuration files actually work. I'll still probably end up using lvim but this is a great help to at least know how things work under the hood, even for a little bit.
@vitfl2580
@vitfl2580 2 жыл бұрын
Was using LunarVim for a couple of weeks, but felt like i'd like to build a custom tailored config from scratch that will be suitable to my needs without all the additional stuff that I dont need. This series of videos is super useful for this purpose =) Thank you!
@alikthenam
@alikthenam 2 жыл бұрын
what is the term emulator in this video?
@piyushduggal5370
@piyushduggal5370 2 жыл бұрын
hey!! can you please specify how can I map my CTRL+SHIFT+{someKey} to another key, I tried with -{someKey} and but it doesn't work. Could you please help :)
@chrisatmachine
@chrisatmachine 2 жыл бұрын
afaik you can't do CS-somekey
@falcon4359
@falcon4359 Жыл бұрын
Ctrl + Shift + K = (ctrl + capital k)
@amirmu4298
@amirmu4298 Жыл бұрын
what is you platform(os) i wanna know
@YannMetalhead
@YannMetalhead 2 жыл бұрын
Good video.
@alonso0188
@alonso0188 Жыл бұрын
Thank you man.
@kamalkamals
@kamalkamals 2 жыл бұрын
transparent neovim ?
@chrisatmachine
@chrisatmachine 2 жыл бұрын
set bg to NONE
@kamalkamals
@kamalkamals 2 жыл бұрын
​@@chrisatmachine ur response not very clear
@marc-andrebrun8942
@marc-andrebrun8942 11 ай бұрын
Am I the only one who think there's something wrong in the design of neovim? 16' video just to configure "colorscheme" ? and in total 18 videos to make that thing run! and a bunch of messy files to clone from github before starting anything? after the 5th video I'm about to give up.
@Assxz
@Assxz 9 ай бұрын
its just not for u. chill
@theherk
@theherk 8 ай бұрын
4 letters to make it run. If you want to customize it to the point you need that many videos then you want to customize it; that's fine. But it runs fine out of the box.
@WeAreTeamNovus
@WeAreTeamNovus 2 жыл бұрын
Error detected while processing /.local/share/nvim/site/pack/packer/start/darkplus.nvim/colors/darkplus.vim: line 4: E5108: Error executing lua ...e/pack/packer/start/darkplus.nvim/lua/darkplus/theme.lua:202: invalid key: underdotted stack traceback: [C]: in function 'hl' ...e/pack/packer/start/darkplus.nvim/lua/darkplus/theme.lua:202: in function 'set_highlights' ...te/pack/packer/start/darkplus.nvim/lua/darkplus/init.lua:15: in function 'setup' [string ":lua"]:2: in main chunk What is going on here?
@fmailscammer
@fmailscammer 2 жыл бұрын
Does anyone else have the problem of floating popup border colors being inverted (For example when hitting shift+k over a variable name) when using chris's darkplus or onedarker themes?
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 315 М.
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 34 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН
Neovim - Completion Tutorial 100% Lua
21:45
chris@machine
Рет қаралды 87 М.
Neovim - Setting options with Lua
14:47
chris@machine
Рет қаралды 100 М.
Vim vs NeoVim, What's the Difference?  Which Should You Use?
10:29
Mental Outlaw
Рет қаралды 323 М.
Can I Run Youtube Entirely From My Terminal? (No Browser)
15:31
Neovim - Telescope: a highly extendable fuzzy finder
13:57
chris@machine
Рет қаралды 72 М.
Effective Neovim: Instant IDE
16:16
TJ DeVries
Рет қаралды 810 М.
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,9 МЛН
I used to hate QR codes. But they're actually genius
35:13
Veritasium
Рет қаралды 3,3 МЛН
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 34 МЛН