Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stuff

+3 -2
+1
noah-home.nix
··· 27 27 isync 28 28 pass 29 29 tmux 30 + age 30 31 31 32 # Dev tools 32 33 gcc
+2 -2
vis/visrc.lua
··· 1 1 require('vis') 2 2 local plugin_manager = 'plugins/vis-plug' 3 3 local plugins = { 4 - { 'timoha/vis-acme', theme = true, file = 'acme' }, 4 + --{ 'timoha/vis-acme', theme = true, file = 'acme' }, 5 5 { 'milhnl/vis-format' }, 6 6 { url = 'https://git.cepl.eu/cgit/vis/vis-fzf-open' }, 7 7 { url = 'https://gitlab.com/muhq/vis-lspc.git' }, ··· 56 56 --per-window configuration-- 57 57 --vis:command('set number') 58 58 --vis:command('set showtab on') 59 - vis:command('set showspace off') 59 + --vis:command('set showspace off') 60 60 vis:command('set autoindent on') 61 61 vis:command('set cursorline on') 62 62 vis:command('set tabwidth 4')