Compare commits
No commits in common. "af53c0ce53c525999b6c8b992ca13e53fc976af5" and "fa925a6a3d8b42d80a35797ab7936d9d00ebdc33" have entirely different histories.
af53c0ce53
...
fa925a6a3d
@ -29,15 +29,6 @@ require('nvim-treesitter.configs').setup {
|
|||||||
['if'] = '@function.inner',
|
['if'] = '@function.inner',
|
||||||
['ac'] = '@class.outer',
|
['ac'] = '@class.outer',
|
||||||
['ic'] = '@class.inner',
|
['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 = {
|
move = {
|
||||||
|
@ -50,9 +50,6 @@ setopt autocd
|
|||||||
bindkey -M vicmd '^[h' run-help
|
bindkey -M vicmd '^[h' run-help
|
||||||
bindkey -M viins '^[h' run-help
|
bindkey -M viins '^[h' run-help
|
||||||
|
|
||||||
setopt glob_complete
|
|
||||||
setopt interactive_comments
|
|
||||||
|
|
||||||
# Aliases.
|
# Aliases.
|
||||||
|
|
||||||
for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done
|
for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user