feat: remove filetype.nvim
This commit is contained in:
parent
e009f823e4
commit
cd80504765
2 changed files with 1 additions and 4 deletions
|
@ -7,7 +7,6 @@ return packer.startup(function()
|
|||
use({
|
||||
'wbthomason/packer.nvim',
|
||||
'lewis6991/impatient.nvim',
|
||||
'nathom/filetype.nvim',
|
||||
'nvim-lua/plenary.nvim',
|
||||
})
|
||||
|
||||
|
|
|
@ -61,9 +61,7 @@ local function unload(module_pattern, reload)
|
|||
end
|
||||
|
||||
local function clear_cache()
|
||||
if 0 == vim.fn.delete(vim.fn.stdpath('config') .. '/lua/cosmic/compiled.lua') then
|
||||
vim.cmd(':LuaCacheClear')
|
||||
end
|
||||
end
|
||||
|
||||
function M.post_reload(msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue