diff --git a/content/posts/0001_neovim_rust_config.md b/content/posts/0001_neovim_rust_config.md new file mode 100644 index 0000000..f156e18 --- /dev/null +++ b/content/posts/0001_neovim_rust_config.md @@ -0,0 +1,25 @@ ++++ +draft = false +date = 2022-09-29T13:12:00+05:30 +title = "Developing: Neovim as a Rust IDE (sort of)" +description = "In this blog post, I write about how to use Neovim as a Rust IDE. This is an ever evolving blog post." +slug = "neovim-rust-config.md" +authors = [] +tags = ["rust", "neovim", "vim"] +categories = [] +externalLink = "" +series = [] ++++ + +## Why Neovim? + +My main purpose of using Neovim is that it has LSB built in (`:help lsp`). You may have your own reasons. If you don't, Google it. + +## Adding Plugins + +To add some IDE-like functionalities to Neovim, you need to add some plugins first. If you do not know how to add plugins to Neovim, refer to my tutorial [ + + +--- + +Please excuse the absence of comments. I do not want to enable any tracking (except for necessary embeds like YouTube and Twitter). I am not a web-dev and have no way of manually verifying if a provider tracks you or not.