Add angular support
This commit is contained in:
parent
6564001d1c
commit
6d0b9f43f6
2 changed files with 15 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -600,6 +600,7 @@ require('lazy').setup({
|
|||
'stylua', -- Used to format Lua code
|
||||
'omnisharp',
|
||||
'angularls',
|
||||
'cssls',
|
||||
'netcoredbg',
|
||||
})
|
||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||
|
|
@ -868,7 +869,7 @@ require('lazy').setup({
|
|||
--
|
||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||
-- { import = 'custom.plugins' },
|
||||
{ import = 'custom.plugins' },
|
||||
}, {
|
||||
ui = {
|
||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue