Add modula-2 indentation rules
This commit is contained in:
parent
03aca09b82
commit
b5e0162029
3
.config/nvim/ftplugin/modula2.lua
Normal file
3
.config/nvim/ftplugin/modula2.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
vim.bo.expandtab = true
|
||||||
|
vim.bo.tabstop = 2
|
||||||
|
vim.bo.shiftwidth = 2
|
3
.yashrc
3
.yashrc
@ -12,9 +12,6 @@ bindkey --emacs '\^L' clear-and-redraw-all
|
|||||||
bindkey --vi-insert '\^L' clear-and-redraw-all
|
bindkey --vi-insert '\^L' clear-and-redraw-all
|
||||||
bindkey --vi-command '\^L' clear-and-redraw-all
|
bindkey --vi-command '\^L' clear-and-redraw-all
|
||||||
|
|
||||||
# Define shortcuts.
|
|
||||||
alias rdpwin='xfreerdp /f /sound /v:192.168.0.4 /u:belka@caraus.de'
|
|
||||||
|
|
||||||
# Programming environment.
|
# Programming environment.
|
||||||
command -v rbenv >/dev/null 2>&1 && eval "$(rbenv init -)"
|
command -v rbenv >/dev/null 2>&1 && eval "$(rbenv init -)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user