config: nvim: add LSP support together with mason package manager
This commit is contained in:
parent
ab5cceddab
commit
c058fa22ea
4 changed files with 71 additions and 0 deletions
9
config/nvim/lua/plugins/mason.lua
Normal file
9
config/nvim/lua/plugins/mason.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require('mason').setup({
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = '✓',
|
||||
package_pending = '➜',
|
||||
package_uninstalled = '✗',
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue