WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 565b902df1 - Show all commits

View file

@ -112,6 +112,9 @@ require('packer').startup(function()
-- Vim <3 Asciidoctor -- Vim <3 Asciidoctor
use 'habamax/vim-asciidoctor' use 'habamax/vim-asciidoctor'
-- Modern filetype.vim replacement
use("nathom/filetype.nvim")
end) end)
-- Install plugins if packer was not installed -- Install plugins if packer was not installed

View file

@ -48,10 +48,6 @@ o.splitright = true
o.ignorecase = true o.ignorecase = true
o.smartcase = true o.smartcase = true
-- Enable filetype.lua
g.do_filetype_lua = 1
g.did_load_filetypes = 0
-- Use mouse -- Use mouse
o.mouse = 'a' o.mouse = 'a'