diff --git a/.gitignore b/.gitignore index 7c562bb..01610d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /lua/ /plugin/ +/spell/ diff --git a/init.fnl b/init.fnl index e2edab5..bc3b398 100644 --- a/init.fnl +++ b/init.fnl @@ -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 }})