You've already forked dotfiles
fix: Cleaning up some aspects of the language support work to move into
development and finish cleaning the main branch.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
return {
|
||||
filetypes = { 'zsh', 'bash', 'sh' }
|
||||
cmd = { 'bash-language-server', 'start' },
|
||||
settings = {
|
||||
bashIde = {
|
||||
globPattern = vim.env.GLOB_PATTERN or '*@(.sh|.inc|.bash|.command)',
|
||||
},
|
||||
},
|
||||
filetypes = { 'zsh', 'bash', 'sh' },
|
||||
root_markers = { '.git' },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user