SirRuBick / nvim

My neovim setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim config

This is my personal Neovim config.
I am still adding things in as I learn more about Neovim.

Plugins

Requirements

  • wget: required by mason.nvim
  • wsl-open(wsl) or pngpaste(mac) or xclip/wl-clipboard: Obsidian

TODO

  • Code refactoring
  • more luasnips, nice examples on github page for comments
  • dadbob ui close should also close dbout and sql query
  • Can you random between sub-colorschemes like nordfox?
  • perhaps I don't need so much keymap for persisted
  • update doc
  • clipboard under tmux
  • learn neogit
  • [] vim visual multi is not working anymore

Plugins to explore

Section Plugins Notes
editing "kevinhwang91/nvim-bqf" better qf, possible to replace trouble?
editing "danymat/neogen" comment generator
editing "echasnovski/mini.align" align text
editing "junegunn/vim-easy-align" align text
tools "rest-nvim/rest.nvim" replace of postman
ui "karb94/neoscroll.nvim" smooth scroll
test "nvim-neotest/neotest" test code block
lang "ekickx/clipboard-image.nvim" paste image to markdown
lang "chrisbra/csv.vim" csv file
others "itchyny/calendar.vim"

Unused Keymaps

Unused
Key Mode
CTRL + s Normal
CTRL + @ Normal
CTRL + n Normal
CTRL + [ Normal
CTRL + _ Normal
Y Normal
_ Normal

About

My neovim setup

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%