[MINOR] nvim removed hardtime and fixed Mason icons

This commit is contained in:
Afonso Franco 2023-05-25 00:14:21 +01:00
parent 1b4603b394
commit eebb660b71
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
3 changed files with 16 additions and 9 deletions

View file

@ -0,0 +1,14 @@
require("copilot").setup({
suggestion = {enabled = false},
panel = {enabled = false},
filetypes = {
yaml = false,
help = false,
gitcommit = false,
gitrebase = false,
hgcommit = false,
svn = false,
cvs = false,
["."] = true
}
})

View file

@ -36,13 +36,6 @@ lazy.setup({
'tpope/vim-surround',
'tpope/vim-obsession',
{
'm4xshen/hardtime.nvim',
config = function()
require 'hardtime'.setup {}
end
},
--Tmux navigation
{
'alexghergh/nvim-tmux-navigation',

View file

@ -8,8 +8,8 @@ local options = {
ui = {
icons = {
package_pending = "",
package_installed = " ",
package_uninstalled = " ",
package_installed = "󰄳 ",
package_uninstalled = " ",
},
keymaps = {