From 093fbc0f78bbbf04f6670af7547a721b8206ce6b Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Wed, 20 Oct 2021 08:11:21 -0700 Subject: [PATCH] chore(file-navigation): clean up preview title prop --- lua/cosmic/core/file-navigation/init.lua | 5 +---- readme.md | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lua/cosmic/core/file-navigation/init.lua b/lua/cosmic/core/file-navigation/init.lua index 92a2046..63a16d0 100644 --- a/lua/cosmic/core/file-navigation/init.lua +++ b/lua/cosmic/core/file-navigation/init.lua @@ -39,16 +39,13 @@ require('telescope').setup({ }, }, sort_mru = true, - -- sort_lastused = true, preview_title = false, }, lsp_references = { - -- mappings = mappings.normal, initial_mode = 'normal', sorting_strategy = 'ascending', layout_strategy = 'cursor', - preview_title = '', - -- dynamic_preview_title = true, + preview_title = false, results_title = false, prompt_title = 'References', layout_config = { diff --git a/readme.md b/readme.md index e4409fe..1c0f2b0 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen ### How to install -_Requires Neovim (0.6.0+)_ +_Requires Neovim (>=0.5.1)_ Using [stow](https://www.gnu.org/software/stow/) @@ -64,6 +64,7 @@ You will need to set up Packers compiled file via the steps below: 1. Start NVIM 2. Run `PackerUpdate` & `PackerCompile` 3. Restart NVIM +4. Install LSPServers, `:LspInstallInfo` or `:LspInstall tsserver` _Install script coming soon..._