feat(Mason): Ensure Installed some LSP's
*LSP's: Clangd, html, tsserver, rust_analyzer *Add telescope-ui-select pluginwhich gives a nice ui in telescope code actions *Change alpha ascii-art
This commit is contained in:
parent
16beeaf6fd
commit
da44d866c5
4 changed files with 34 additions and 19 deletions
14
lua/custom/plugins/telescope-ui-select.lua
Normal file
14
lua/custom/plugins/telescope-ui-select.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
'nvim-telescope/telescope-ui-select.nvim',
|
||||
config = function()
|
||||
require('telescope').setup({
|
||||
extensions = {
|
||||
['ui-select'] = {
|
||||
require('telescope.themes').get_dropdown {
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
require('telescope').load_extension('ui-select')
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue