summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/lua/jacob/set.lua2
-rw-r--r--.emacs.d/init.el14
-rwxr-xr-x.local/bin/4737
3 files changed, 9 insertions, 14 deletions
diff --git a/.config/nvim/lua/jacob/set.lua b/.config/nvim/lua/jacob/set.lua
index d4ef249..efc2a43 100644
--- a/.config/nvim/lua/jacob/set.lua
+++ b/.config/nvim/lua/jacob/set.lua
@@ -8,7 +8,7 @@ vim.opt.expandtab = false
vim.opt.smartindent = true
-vim.opt.wrap = false
+vim.opt.wrap = true
vim.opt.swapfile = false
vim.opt.backup = false
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b2cbc8e..bfd10b9 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4,8 +4,9 @@
;; window
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
(add-to-list 'default-frame-alist '(ns-appearance . dark))
-(add-to-list 'default-frame-alist (cons 'width 120))
-(add-to-list 'default-frame-alist (cons 'height 200))
+(add-to-list 'default-frame-alist '(fullscreen . maximized))
+;;(add-to-list 'default-frame-alist (cons 'width 120))
+;;(add-to-list 'default-frame-alist (cons 'height 200))
(tool-bar-mode -1)
(scroll-bar-mode -1)
(menu-bar-mode -1)
@@ -16,7 +17,7 @@
(defvaralias 'c-basic-offset 'tab-width)
;; Font
-(set-frame-font "Consolas 14" nil t)
+(set-frame-font "Consolas 16" nil t)
;; Relative Line Numbers
(display-line-numbers-mode)
@@ -60,13 +61,12 @@
(require 'lsp-mode)
(add-hook 'c-mode-hook #'lsp)
(add-hook 'c++-mode-hook #'lsp)
-(add-hook 'go-mode #'lsp)
;; Company-Mode for LSP-Mode
(unless (package-installed-p 'company)
(package-install 'company))
;; Setup LSP-Mode
-(require 'company)
-(setq company-minimum-prefix-length 1
- company-idle-delay 0.0) ;; default is 0.2
+;;(require 'company)
+;;(setq company-minimum-prefix-length 1
+;; company-idle-delay 0.0) ;; default is 0.2
diff --git a/.local/bin/473 b/.local/bin/473
index 0ee8e5f..3025d01 100755
--- a/.local/bin/473
+++ b/.local/bin/473
@@ -16,9 +16,4 @@ elif [[ -z $USER ]]; then
exit
fi
-if [[ "$2" == "-c" ]]; then
- ssh $USER@$SERVER
-elif [[ "$2" == "-e" ]]; then
- nvim scp://$USER@$SERVER//home/ugrads/$USER/
-fi
-
+ssh -Y $USER@$SERVER