config: nvim: add LSP support together with mason package manager

This commit is contained in:
Thomas Preisner 2022-10-16 22:38:02 +02:00
parent ab5cceddab
commit c058fa22ea
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,9 @@
require('mason').setup({
ui = {
icons = {
package_installed = '',
package_pending = '',
package_uninstalled = '',
},
},
})