thuvasooriya / nimsh

kinda clean kinda modern kinda cool neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
nimsh

todo · done · memo · ack

     

hi there! this is my neovim config, my config began as a starter config to nvchad and then i stopped and learned neovim again with kikstarter template and then integrated them both. i personally use nix on my system and this config is in a way that it uses nix to install all the packages required by neovim instead of mason (i'm still on the fence about this one, classic determinism vs flexibility debate). this config is pretty minimal (i guess) and focused on systems programming languages, hardware description languages and embedded development.

under development and bugs are expected, issues are welcome p.s. and yup that's the catppuccin logo, will draw something out when time permits

todo

  • build tasks and test tasks easy implementation
  • typesetting configuration with latex and typst
  • cleanup lsp config
  • ruff integration
  • propper verilator linting
  • propper snippets completion
  • editor.fs cleanup
  • trim down nvchad ui plugin
  • implement dap - low priority
  • test it in linux

memo

  • use :qa or :qwa to quit to terminal easily closing all buffers especially when nvimtree is open
  • :%s@search@replace@gc for search and replace with confirmation

done

  • move to version 10 flying on nightly
  • remapping J and K to faster movement using default bindings and leap plugin
  • partial integration with vscode keeping vscode neovim config separate
  • setup nix formatting using alejandra
  • nix compatibility to lsp and my workflow

ack

  • nvchad
  • tj
  • prime
  • stackoverflow, reddit, discord

About

kinda clean kinda modern kinda cool neovim config

License:MIT License


Languages

Language:Lua 94.0%Language:Shell 6.0%