Merge branch 'main' of git.zander.im:Zander671/nvim-config
This commit is contained in:
commit
01fe92398a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/lua/
|
/lua/
|
||||||
/plugin/
|
/plugin/
|
||||||
|
/spell/
|
||||||
|
6
init.fnl
6
init.fnl
@ -53,10 +53,6 @@
|
|||||||
; Allow more freedom with the cursor
|
; Allow more freedom with the cursor
|
||||||
(set vim.opt.virtualedit :block)
|
(set vim.opt.virtualedit :block)
|
||||||
|
|
||||||
;; Disable netrw
|
|
||||||
(set vim.g.loaded_netrw 1)
|
|
||||||
(set vim.g.loaded_netrwPlugin 1)
|
|
||||||
|
|
||||||
;; Remove trailing whitespace
|
;; Remove trailing whitespace
|
||||||
(fn remove-trailing-whitespace []
|
(fn remove-trailing-whitespace []
|
||||||
"Remove trailing whitespace from the whole file."
|
"Remove trailing whitespace from the whole file."
|
||||||
@ -91,7 +87,7 @@
|
|||||||
(vim.filetype.add { :filename {
|
(vim.filetype.add { :filename {
|
||||||
".latexmkrc" :perl
|
".latexmkrc" :perl
|
||||||
"Jenkinsfile" :groovy }
|
"Jenkinsfile" :groovy }
|
||||||
:extensions {
|
:extension {
|
||||||
"nasm" :nasm
|
"nasm" :nasm
|
||||||
"h" :c
|
"h" :c
|
||||||
"ui" :xml }})
|
"ui" :xml }})
|
||||||
|
Reference in New Issue
Block a user