diff --git a/readme.md b/readme.md index b380da2..9570c71 100644 --- a/readme.md +++ b/readme.md @@ -71,9 +71,13 @@ experience with any LSP supported language._ # clone repository git clone git@github.com:CosmicNvim/CosmicNvim.git nvim # open nvim and install plugins - nvim +CosmicReloadSync + nvim ``` +By default, this will assume the Cosmic git directory is placed at `vim.fn.stdpath('config')`, i.e. `~/.config/nvim`. +If you are symlinking your pulled repo to `~/.config/nvim`, you must define the shell environment variable +`COSMICNVIM_INSTALL_DIR` that points to your installation. + Additional CosmicNvim installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installation). Additional LSP server installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installing-LSP-servers). @@ -96,29 +100,12 @@ _New documentation coming soon!_ ### Update CosmicNvim +Updates CosmicNvim to the latest version + ```vimcommand :CosmicUpdate ``` -By default, this will assume the Cosmic git directory is placed at `vim.fn.stdpath('config')`, i.e. `~/.config/nvim`. -Otherwise, you may define the shell environment variable `COSMICNVIM_INSTALL_DIR`. - -### Clear cache and sync plugins - -```vimcommand -:CosmicReloadSync -``` - -Useful for testing themes or plugins on the fly! - -### Reload user config - -```vimcommand -:CosmicReload -``` - -Useful for non-plugin related changes such as editor settings or mappings. - ## 🗺 Default Mappings [File navigation](./lua/cosmic/plugins/telescope/mappings.lua) @@ -133,38 +120,6 @@ Useful for non-plugin related changes such as editor settings or mappings. ## 📷 Screenshots -### Statusline +dashboard - - -Screen Shot 2021-12-19 at 1 21 21 PM -Screen Shot 2021-12-19 at 1 21 35 PM -Screen Shot 2021-12-19 at 1 22 01 PM -Screen Shot 2021-12-19 at 1 22 18 PM - -### Autocomplete - -autocomplete - -### Rename - -Screen Shot 2021-12-10 at 4 22 28 PM - -### Rename change notification - -rename notification - -### Code Actions - -Screen Shot 2021-12-10 at 3 37 38 PM - -### Hover - -hover - -[See more screenshots](https://github.com/CosmicNvim/CosmicNvim/wiki/Screenshots) +[See more](https://github.com/CosmicNvim/CosmicNvim/wiki/Screenshots)