feat: remove filetype.nvim

This commit is contained in:
Matthew Leong 2022-08-03 12:58:06 -07:00
parent e009f823e4
commit cd80504765
2 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,6 @@ return packer.startup(function()
use({ use({
'wbthomason/packer.nvim', 'wbthomason/packer.nvim',
'lewis6991/impatient.nvim', 'lewis6991/impatient.nvim',
'nathom/filetype.nvim',
'nvim-lua/plenary.nvim', 'nvim-lua/plenary.nvim',
}) })

View file

@ -61,10 +61,8 @@ local function unload(module_pattern, reload)
end end
local function clear_cache() local function clear_cache()
if 0 == vim.fn.delete(vim.fn.stdpath('config') .. '/lua/cosmic/compiled.lua') then
vim.cmd(':LuaCacheClear') vim.cmd(':LuaCacheClear')
end end
end
function M.post_reload(msg) function M.post_reload(msg)
local Logger = require('cosmic.utils.logger') local Logger = require('cosmic.utils.logger')