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:
@@ -20,10 +20,14 @@ return {
|
||||
test = {
|
||||
python = 'pytest',
|
||||
rust = 'cargo test',
|
||||
cpp = 'make test',
|
||||
},
|
||||
benchmark = {
|
||||
rust = 'cargo bench',
|
||||
},
|
||||
upload = {
|
||||
cpp = 'make upload',
|
||||
}
|
||||
}
|
||||
vim.api.nvim_command('write')
|
||||
local command = command_table[type][vim.bo.filetype]
|
||||
|
||||
Reference in New Issue
Block a user