Remove color files & add additional completion sources

This commit is contained in:
Sonny Bakker 2024-10-10 21:39:19 +02:00
parent 10469b1d42
commit 4dba4f2bb0
11 changed files with 35 additions and 8264 deletions

View file

@ -13,8 +13,12 @@ neovim_plugins:
url: 'https://github.com/nvim-tree/nvim-web-devicons', name: 'nvim-tree-icons'
}
- { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }
- { url: 'https://github.com/hrsh7th/nvim-cmp/', name: 'nvim-cmp' }
- { url: 'https://github.com/hrsh7th/cmp-nvim-lsp/', name: 'cmp-nvim-lsp' }
- { url: 'https://github.com/hrsh7th/nvim-cmp', name: 'nvim-cmp' }
- { url: 'https://github.com/hrsh7th/cmp-buffer', name: 'cmp-buffer' }
- { url: 'https://github.com/hrsh7th/cmp-path', name: 'cmp-path' }
- { url: 'https://github.com/hrsh7th/cmp-omni', name: 'cmp-omni' }
- { url: 'https://github.com/hrsh7th/cmp-nvim-lsp', name: 'cmp-nvim-lsp' }
- { url: 'https://github.com/hrsh7th/cmp-nvim-lua', name: 'cmp-nvim-lua' }
- { url: 'https://github.com/nvim-treesitter/nvim-treesitter', name: 'nvim-treesitter' }
- { url: 'https://github.com/nvim-lua/plenary.nvim', name: 'plenary.nvim' }
- {