diff --git a/README.md b/README.md index 3177a9e..a1950e7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ The philosophy behind this flake configuration is sensible options. While the de A goal of mine is that I shouldn't not be able to break neovim by enabling or disabling an option. For example you can't have two completion plugins enabled as the option is an enum. +## Screenshot + +![screenshot](./screenshot.png) + ## Language Support Most languages use [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) to set up language server. Additionally some languages also (or exclusively) use [null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim) to extend capabilities. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..48ca7d2 Binary files /dev/null and b/screenshot.png differ