You've already forked dotfiles
feat: Adding LSP configs for ansiblels, arduino_language_server,
marksman. Adding documentation for LSP configs. Removing Mason config and the reference to nvim-lspconfig.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
### Custom functions
|
||||
# Timing function for checking zsh load speed
|
||||
function timezsh() {
|
||||
shell=$SHELL
|
||||
for i in $(seq 1 10)
|
||||
for _ in $(seq 1 10)
|
||||
do
|
||||
ts=$(date +%s%N)
|
||||
$SHELL -i -c exit
|
||||
@@ -18,5 +17,5 @@ function timezsh() {
|
||||
# }
|
||||
|
||||
function path() {
|
||||
echo -e ${PATH//:/\\n}
|
||||
echo -e "${PATH//:/\\n}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user