diff options
| author | christianchiarulli <[email protected]> | 2021-08-10 15:07:35 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-08-10 15:07:35 -0400 | 
| commit | fc9090f64b73c2c2c5d9a6c3ec60ef4c2fe56cfe (patch) | |
| tree | a7c5898e93390aa4e52fa49fb6b68b25faef6e88 /lua | |
| parent | a6a10e3fdbcfea9d8600772b91e45fb19084a390 (diff) | |
remove astronauta
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 | ||||
| -rw-r--r-- | lua/utils/ft.lua | 2 | 
2 files changed, 2 insertions, 2 deletions
| 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) | 
