Compare commits

..

No commits in common. "af53c0ce53c525999b6c8b992ca13e53fc976af5" and "fa925a6a3d8b42d80a35797ab7936d9d00ebdc33" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

@ -29,15 +29,6 @@ require('nvim-treesitter.configs').setup {
['if'] = '@function.inner',
['ac'] = '@class.outer',
['ic'] = '@class.inner',
['al'] = '@call.outer',
['il'] = '@call.inner',
['ao'] = '@loop.outer',
['io'] = '@loop.inner',
['ar'] = '@return.outer',
['ir'] = '@return.inner',
['as'] = '@statement.outer',
['ag'] = '@assignment.outer',
['ig'] = '@assignment.inner',
},
},
move = {

View File

@ -50,9 +50,6 @@ setopt autocd
bindkey -M vicmd '^[h' run-help
bindkey -M viins '^[h' run-help
setopt glob_complete
setopt interactive_comments
# Aliases.
for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done