aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-29 13:55:32 +0900
committernsfisis <nsfisis@gmail.com>2022-04-29 13:55:32 +0900
commite29d04a3b21262a38d131034001b01018840cc05 (patch)
tree8b07a2ed5accde5df278534f15b212617752983b
parentccede0260ddc24665e28042d26a5260d5e190920 (diff)
downloaddotfiles-e29d04a3b21262a38d131034001b01018840cc05.tar.gz
dotfiles-e29d04a3b21262a38d131034001b01018840cc05.tar.zst
dotfiles-e29d04a3b21262a38d131034001b01018840cc05.zip
misc: update TODO file
-rw-r--r--.config/nvim/init.lua9
-rw-r--r--TODO7
2 files changed, 9 insertions, 7 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua
index 2d7b6ac..2b9ab6b 100644
--- a/.config/nvim/init.lua
+++ b/.config/nvim/init.lua
@@ -64,13 +64,10 @@ end
--- The autogroup used in .vimrc {{{2
+-- The augroup used in .vimrc {{{2
-vim.cmd([[
-augroup Vimrc
- autocmd!
-augroup END
-]])
+vimrc.augroup = vimrc.augroup or {}
+vimrc.augroup.vimrc = vim.api.nvim_create_augroup('Vimrc', {})
diff --git a/TODO b/TODO
index 9372772..310792a 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,10 @@
nvim 0.7
-https://github.com/neovim/neovim/releases/tag/v0.7.0
+ https://github.com/neovim/neovim/releases/tag/v0.7.0
+
+ keymap
+ autocmd
+ highlight
+ nvim_{add,del}_user_command
newsboat
Share "urls" file between machines without opening the content