Commit graph

57 commits

Author SHA1 Message Date
d9d0b60ae9 nvim: faust integration to treesitter and filetypes 2024-02-21 21:50:31 -08:00
545362d210 nvim: add autocmd's for better syntax highlighting in faust files 2023-06-26 06:51:33 -07:00
d0a2ed67d3 nvim: fix "open in alacritty" keymap 2023-04-26 21:48:25 -07:00
b31e1a64a0 nvim: change mapleader to lua 2023-03-22 21:12:57 -07:00
ec34a89688 nvim: fix indenting when editing nix files 2022-12-27 00:35:49 -08:00
780265daa5 nvim: make <C-b> and <C-f> useful again (also mouse=extend now) 2022-11-18 00:42:05 -08:00
98bee9417f nvim: remove problematic command mode map 2022-09-22 00:42:44 -07:00
080ecf0cd9 nvim: prefer command abbreviations to user-defined commands 2022-08-30 13:40:38 -07:00
b83d60c5e0 Revert "nvim: set wrapscan to true"
This reverts commit 8e3ff8e324.
2022-08-26 19:52:35 -07:00
746cea6d60 nvim: more comedy 2022-08-25 18:00:18 -07:00
8e3ff8e324 nvim: set wrapscan to true 2022-08-25 18:00:04 -07:00
826e9ce523 nvim: remove bad aucmds 2022-08-14 15:54:51 -07:00
6ce0e290ee nvim: add autocmd 2022-08-11 12:25:05 -07:00
4e79a02f38 nvim: add short command for previous file 2022-08-11 01:04:01 -07:00
4821c37c7c nvim: " to ' 2022-08-08 17:24:59 -07:00
43f48a0a05 Revert "nvim: add sessionoptions config option"
This reverts commit eb1c30648a.
2022-08-08 17:24:37 -07:00
eb1c30648a nvim: add sessionoptions config option 2022-08-08 17:22:27 -07:00
a9d96ff18f nvim: enable relative number 2022-07-12 14:42:27 -07:00
e74757cb90 nvim: remove wildmenu settings (I don't use them) 2022-06-09 20:30:00 -07:00
ee46d57ac0 nvim: add satellite.nvim, and new bind for nohlsearch (<C-l>)
TODO: find a way to detect satellite.nvim and make a default bind in
settings.lua
2022-06-05 11:42:12 -07:00
fb83f01978 nvim: bind command Set to set 2022-05-27 17:26:50 -07:00
5697225533 nvim: new bind (:w!!) and enable linewrap in markdown files (aucmd) 2022-04-29 14:38:28 -07:00
94a30ee7e2 nvim: two new binds (<M-w> and <M-a>) 2022-04-25 14:01:33 -07:00
80e6430342 nvim: cleanup settings (remove 24 bit color) 2022-04-15 14:37:40 -07:00
83acbc6ad9 nvim: oh cool, I don't need the '\\ ' 2022-04-11 05:41:50 -07:00
df9612671e Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-04-04 16:20:14 -07:00
42d95f9470 nvim: crontabs will now use the correct commentstring 2022-04-04 16:15:07 -07:00
c6dcc82ed8 nvim: removed mapping for moving lines up and down in visual mode 2022-03-08 22:01:52 -08:00
56c8161b29 Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-03-05 22:50:01 -08:00
de077cf070 nvim: remap Q 2022-03-05 22:34:48 -08:00
462eb3aab6 nvim: remap: Q is now z= 2022-02-15 01:05:08 -08:00
78eb0eea7a add yaml to list of markdown fenced languages 2022-01-30 19:52:57 -08:00
470741071d nvim: add indent-blankline.nvim, committia, conflict-marker, and modify listchars 2022-01-21 17:41:25 -08:00
61fee7bacd nvim: formatting (tabs to spaces) 2022-01-19 19:54:52 -08:00
75c3986785 nvim: statusline (lualine) has been made 2021-12-26 16:18:33 -08:00
88b9fccfda nvim: organization 2021-12-16 14:41:57 -08:00
7b521bdbe6 nvim: settings organization 2021-12-02 03:01:45 -08:00
85d460fbac Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2021-11-27 13:31:13 -08:00
1f24a4e37f nvim: keymap: alt h now works in insert mode too 2021-11-27 13:30:01 -08:00
850bec7fc5 nvim: organization 2021-11-22 01:13:34 -08:00
8715300a8f Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2021-11-15 21:35:11 -08:00
3904c82cba nvim: new bind: alt W for toggling wrap 2021-11-15 21:34:42 -08:00
3da3d04120 nvim: sign column is on and ruler is off 2021-11-10 00:39:21 -08:00
59b3536e36 nvim: set makeprg (now uses your whole cpu) 2021-11-07 21:52:41 -08:00
33ec6e6da7 nvim: all settings are now in lua! (at least the ones that could be converted) 2021-11-03 00:54:09 -07:00
1e0a5f08cf nvim: setting organization 2021-11-02 21:23:44 -07:00
897efeedf7 nvim: fix for alt-s mapping 2021-11-01 10:59:35 -07:00
f247b89efd nvim: wrap is off by default now 2021-10-26 02:51:13 -07:00
6d9dc4b6ec nvim: enable syntax checking for spellchecking only coments 2021-10-24 11:42:40 -07:00
8c94182d19 nvim: better behavior for remove highlights from hlsearch
now it just does `noh` instead of `set hlsearch!`
2021-10-20 01:31:45 -07:00