Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.79 KB

readme.md

File metadata and controls

56 lines (39 loc) · 1.79 KB

NeoVIM

How to use a non-default folder for the config

$env:XDG_CONFIG_HOME = "C:\source\github\flatrick\neovim_profile\"

Dependencies outside of NeoVim

Plugins used

  • Lazy
  • telescope
  • telescope-fzf-native
  • nvim-treesitter
  • neotree
  • mason / mason-lspconfig
  • nvim-web-devicons
  • todo-comments

NeoVIM config

This is my attempt to get started with NeoVim, so we'll see how well it goes :)

2024-11-04

NeoVim isn't for the fainthearted when you want to set it up to your own exact wishes, so instead of getting stuck on figuring things out for now, I've opted for NvChad as my initial learning grounds.

I really don't want to use these pre-configured NeoVim-distrobutions, not because they're bad, but because I do want to learn how to make NeoVim suit my unique needs as I figure out what those are. But, I also really want to get started coding in Rust and so I've admitted defeat until I've gotten a better hang of NeoVim and setting it up.

Useful links on NeoVim/Vim/Vi

Settings

Useful links on Lua