Merge branch 'main' of git.zander.im:Zander671/nvim-config

This commit is contained in:
Alexander Rosenberg 2022-12-06 19:45:02 -08:00
commit 01fe92398a
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/lua/
/plugin/
/spell/

View File

@ -53,10 +53,6 @@
; Allow more freedom with the cursor
(set vim.opt.virtualedit :block)
;; Disable netrw
(set vim.g.loaded_netrw 1)
(set vim.g.loaded_netrwPlugin 1)
;; Remove trailing whitespace
(fn remove-trailing-whitespace []
"Remove trailing whitespace from the whole file."
@ -91,7 +87,7 @@
(vim.filetype.add { :filename {
".latexmkrc" :perl
"Jenkinsfile" :groovy }
:extensions {
:extension {
"nasm" :nasm
"h" :c
"ui" :xml }})