From fc9090f64b73c2c2c5d9a6c3ec60ef4c2fe56cfe Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 10 Aug 2021 15:07:35 -0400 Subject: remove astronauta --- lua/plugins.lua | 2 -- lua/utils/ft.lua | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 730b0d70..8e497075 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -18,8 +18,6 @@ return { { "nvim-lua/popup.nvim" }, { "nvim-lua/plenary.nvim" }, - { "tjdevries/astronauta.nvim", commit = "e69d7bdc4183047c4700427922c4a3cc1e3258c6" }, - -- Telescope { "nvim-telescope/telescope.nvim", diff --git a/lua/utils/ft.lua b/lua/utils/ft.lua index fcebd1ea..e9852e6f 100644 --- a/lua/utils/ft.lua +++ b/lua/utils/ft.lua @@ -1,3 +1,5 @@ +-- Here be dragons +-- Opening files with telescope will not start LSP without this local ft = {} ft.find_lua_ftplugins = function(filetype) -- cgit v1.2.3