nvim: enable ale for go; wezterm: use normal font as nerd fonts are builtin
This commit is contained in:
parent
ad52e357a9
commit
100f4f6807
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ require('lazy').setup {
|
|||
{'lifepillar/vim-solarized8', branch = 'neovim'},
|
||||
{'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'}},
|
||||
{'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'go', 'lua', 'python', 'sh', 'zsh'}},
|
||||
'lewis6991/gitsigns.nvim',
|
||||
'lifepillar/vim-cheat40',
|
||||
'tpope/vim-rsi',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue