Parcourir la source

remove astronauta

christianchiarulli il y a 3 ans
Parent
commit
fc9090f64b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 0 2
      lua/plugins.lua
  2. 2 0
      lua/utils/ft.lua

+ 0 - 2
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",

+ 2 - 0
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)