You've already forked dotfiles
feat: changing some naming conventions, adding in the
arduino_language_server setup and adding the fugitive plugin for git actions.
This commit is contained in:
3
nvim/lua/plugins/fugitive.lua
Normal file
3
nvim/lua/plugins/fugitive.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
'tpope/vim-fugitive',
|
||||
}
|
||||
@@ -6,7 +6,6 @@ return {
|
||||
require('mason-lspconfig').setup {
|
||||
automatic_enable = true,
|
||||
ensure_installed = {
|
||||
-- Currently having issues with including some of the LSPs, even though they match the names in Mason
|
||||
'ansiblels', -- Ansible
|
||||
'arduino_language_server', -- Arduino specific C
|
||||
'bashls', -- Bash
|
||||
|
||||
Reference in New Issue
Block a user