Пікірлер
@michaelaguayo6335
@michaelaguayo6335 2 ай бұрын
Really like this series! One question though, How are you handling the p10k Meslo font? is that still a manual process to install? You don't cover it in the video
@homerlol9058
@homerlol9058 4 ай бұрын
isn't nix-env the same as other package managers?
@HuzMS
@HuzMS 4 ай бұрын
Thank you for the blog post it was helpful
@90hijacked
@90hijacked 5 ай бұрын
looking forward to this, i need to switch from asdf to nix asap xD
@hypercrack7440
@hypercrack7440 5 ай бұрын
...or..just.. install docker??
@CNich90
@CNich90 5 ай бұрын
Is there an easy way to know which files are automatically generated and therefore should be ignored?
@andrukthegreat
@andrukthegreat 6 ай бұрын
your way of code writing is horrible .. never put spaces and you don t have newlines to better visual. learn to space things and you ll never get into all that bugs
@David-eb8lh
@David-eb8lh 7 ай бұрын
That was a great video. Keep it going
@LibreGlider
@LibreGlider 8 ай бұрын
Ga Nu, or Ga New. Dont keep saying G.N.U. It's a recursive acronym for GNU is Not Unix...
@abhishekgaikwad4306
@abhishekgaikwad4306 9 ай бұрын
before watching this i was completely unknown that i can se the packages version for nix and also we can use nix to install different applications , nix even work same as docker its like pulling an images of application in a non containerize manner cool man ty
@bondiku625
@bondiku625 10 ай бұрын
Thanks, man. Previously spent countless hours trying to figure out how to make LSP work for me. Stumbled onto you vid. What a massive help!! thanks again.
@bertmeijeringh9559
@bertmeijeringh9559 10 ай бұрын
Thanks Jake. Awesome contribution. I'll stow my .dot-files right away. Keep up the good work!
@poodapoorc
@poodapoorc 11 ай бұрын
I just stumbled upon your blog post on stow. It was super clear to read through and you've saved me a lot of time and researching to figure out a better way to set up my environment. I had a dotfiles repo and was not looking forward to copying or symlinking everything in there. Thanks so much for spreading the word on this awesome tool and providing instructions to get going quickly!
@JOHNSMITH-ve3rq
@JOHNSMITH-ve3rq Жыл бұрын
bruh -- why are you not just using a proper nix file for installin gpackages?? the whole concept is declarative rather than imperative. Yet you're issuing commands again and not declaring them idempotently in a file. That is weird! no?? what am I missing? trying to learn this myself but this is throwing me off bigtime.
@tonyhomfray
@tonyhomfray Жыл бұрын
Great content! I’m just starting to use zsh (without Oh My Zsh) and also manage my dotfile. This series is exactly what I need. Thank you!
@freemti62
@freemti62 Жыл бұрын
well now I'm all confused, I was hoping for a guide to help me with my lua based nvim setup and plugins, but I stopped watching went you used vim-plug instead
@coderzio
@coderzio Жыл бұрын
Jee-en-you 😂
@kartibok001
@kartibok001 Жыл бұрын
I'm afraid I get an error - tee: /etc/shells: Read-only file system. Do I need to follow your setup on the previous videos?
@Melasthe1st
@Melasthe1st Жыл бұрын
Hey man, can I follow along using git bash? For those of us who can't have WSL installed
@MikeDent
@MikeDent Жыл бұрын
i’ve watched the series. great info thanks! any thought on using home manager?
@LeleOnMusic
@LeleOnMusic Жыл бұрын
hey sir, nice video. Though in all honesty you should definitely look at home-manager and Flakes (as somebody else mentioned in an another comment) as it would be cleaner than having a shellscript and more structured if you're thinking of extending it to multiple systems. Cheers and good nix-ing!
@alivecoding4995
@alivecoding4995 Жыл бұрын
Are you still using it? Did it work out in the long run?
@tillw9730
@tillw9730 Жыл бұрын
Instead of creating the nested .config structure, I simply used stow nvim --target=<path to .config>
@arashitempesta
@arashitempesta 10 ай бұрын
thanks for the tip!
@MarcoGuardigli00
@MarcoGuardigli00 Жыл бұрын
Thank you Jake
@paulzupan3732
@paulzupan3732 Жыл бұрын
There has never been a better time to hop on the native LSP bandwagon. Neovim 0.9.0 officially supports semantic highlighting, granted your server supports it, but most do
@safaobuz
@safaobuz Жыл бұрын
Please more! and maybe transition to vimscript series as well!
@mfaine
@mfaine 2 жыл бұрын
I was expecting this to be a little more in-depth but it's basically just using the nix package manager in the same way as you could use wget or apt get in a bash script. Don't get me wrong, this is better than nothing but it feels like you are leaving 99% of the functionality of nix out.
@ZiRo815
@ZiRo815 2 жыл бұрын
I’m probably missing something but if you’re using nix to manage packages, why would you want to use nvm to manage your node package?
@inteliconn995
@inteliconn995 2 жыл бұрын
Thanks!
@inteliconn995
@inteliconn995 2 жыл бұрын
Thanks!
@inteliconn995
@inteliconn995 2 жыл бұрын
Thanks!
@bagfleet
@bagfleet 2 жыл бұрын
This tutorial was exactly what I needed!
@paulliu6057
@paulliu6057 2 жыл бұрын
Very good video! Thanks!
@manitthatrimontrichai8446
@manitthatrimontrichai8446 2 жыл бұрын
# and this one [NvimTree] auto close feature has been removed, see note in the README (tips & reminder section) Using `gui`, `guifg`, `guibg`, `guisp` is deprecated please, convert these as follows: - guifg -> fg - guibg -> bg - guisp -> sp - gui -> underline = true, undercurl = true, italic = true see :help bufferline-highlights for more details on how to update your highlights Please fix: - background - buffer_visible - buffer_selected - fill Press ENTER or type command to continue # and I run :PlugInstall in nvim already ? how can I fix it??
@manitthatrimontrichai8446
@manitthatrimontrichai8446 2 жыл бұрын
#nvim #still error something like below cmp_nvim_lsp.update_capabilities is deprecated, use cmp_nvim_lsp.default_capabilities instead. See :h deprecated This function will be removed in cmp-nvim-lsp version 1.0.0 stack traceback: ...nfig/nvim/plugged/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:89: in function 'update_capabilities' /home/aek/.config/nvim/lua/jakewies/lsp.lua:46: in main chunk [C]: in function 'require' /home/aek/.config/nvim/lua/jakewies/init.lua:3: in main chunk [C]: in function 'require' [string ":lua"]:1: in main chunk [NvimTree] unknown option: view.auto_resize | see :help nvim-tree-setup for available configuration options
@danufebriansyah5558
@danufebriansyah5558 2 жыл бұрын
still error bro right now?
@manitthatrimontrichai8446
@manitthatrimontrichai8446 2 жыл бұрын
@@danufebriansyah5558 how to fixed it? .
@DanielTubul
@DanielTubul 2 жыл бұрын
Great explanations - so good I had to use the comment feature which i normally chose not to.
@spicy_wizard
@spicy_wizard 2 жыл бұрын
isn't it a nightmare if I have a mixture of packages that nix supports and ones that it does not?
@manitthatrimontrichai8446
@manitthatrimontrichai8446 2 жыл бұрын
Cool ^o^ 🔱
@夕阳-n1h
@夕阳-n1h 2 жыл бұрын
Thank you for explaining the root directory thing, it didn't make sense to me at first as well. And for installing the language servers, I would recommend `williamboman/mason.nvim`, it's basically a package manager for all your lsp, linters, formatters, daps etc and you can manage everything from inside neovim.
@jameswinston5369
@jameswinston5369 2 жыл бұрын
This was all sorts of awesome. Total game-changer. Thank you!
@donnonl
@donnonl 2 жыл бұрын
Hi Jake, really awesome video, thanks a lot! I also transitioned to using nix as a package manager on Debian, but I had a hard time getting system level stuff to work (e.g. Fonts or even slack, which requires xdgopen to work). Do you have any experience with this or did you manage to fix it? Thanks a lot!
@jameswinston5369
@jameswinston5369 2 жыл бұрын
This was an excellent, excellent tutorial. Pace of instruction, tonality, organization and presentation of information were just stellar. Crystal clear instruction. Thank you for making this!! Looking forward to the next.
@tcurdt
@tcurdt 2 жыл бұрын
I am using jandamm/zgenom instead.
@MrKristian252
@MrKristian252 2 жыл бұрын
Very informative, thank you! Would be interested to hear if you have switched to packer?
@jakewies
@jakewies 2 жыл бұрын
I have switched to packer. Seems like the. go to plugin manager for neovim right now.
@karthickb1973
@karthickb1973 2 жыл бұрын
very nice tutorial Jake
@jakewies
@jakewies 2 жыл бұрын
Thank you! Glad it helped 😃
@Zepp2399
@Zepp2399 2 жыл бұрын
your video helps a lot, thank you
@jakewies
@jakewies 2 жыл бұрын
No problem! Love your name btw lol
@ibrahimabdulbasit3759
@ibrahimabdulbasit3759 2 жыл бұрын
maaaaan this is great, how can we make project based env with nix ? is it posible ? like i want general env and also spicific env (specific langauges and languges versions for porject) or i need to use docker for that ? (taking into considiration that my only consern it local dev)
@jakewies
@jakewies 2 жыл бұрын
Great question! I have no idea lol My understanding of nix is quite limited.
@jahredeify
@jahredeify 2 жыл бұрын
What's the color scheme you are running for WSL here?
@jakewies
@jakewies 2 жыл бұрын
This was Gruvbox 👍
@hedrazez7333
@hedrazez7333 2 жыл бұрын
كيف تنفيذ العمل البرمجه واختبار العمل كنت ارجو ان تنقسم النافذه واثناء العمل يقوم باخراج النتائج واختبار الكود في نافذه الثانيه ولكن وجد صعوبه في اختبار الاكواد البرمجيه