1
0
Fork 0

kitty: fonts, config alignment; nvim: get rid of unnecessary plugins

This commit is contained in:
Von Random 2023-09-18 20:17:38 +03:00
parent e4c3ca167e
commit 87c7aa23fe
2 changed files with 46 additions and 52 deletions

View file

@ -15,8 +15,6 @@ require('lazy').setup {
{'nvim-telescope/telescope.nvim', dependencies = {'nvim-lua/plenary.nvim'}},
{'nvim-treesitter/nvim-treesitter', cmd = 'TSUpdate'},
{'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'sh', 'zsh', 'lua', 'python'}},
'hashivim/vim-terraform',
'khaveesh/vim-fish-syntax',
'lewis6991/gitsigns.nvim',
'lifepillar/vim-cheat40',
'tpope/vim-rsi',