obayit / init.lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThePrimeagen's init.lua

Prerequisite: install ripgrep.

The full video of me setting up this repo

For anyone that is interested in my vimrc, i will have a commit log below documenting each one of my commits (easy to C-f the change you want to know about though i would just suggest git log -S).

Change Log

  • 33eee9ad initial commits
  • cb210006 netrw, autogroups for yank highlighting, and auto remove whitespace
  • c8c0bf4a zenmode. i really like this plugin
  • 81c770d2 copilot testing
  • 4a96e645 fugitive mappings for push and pull
  • a3bad06a disabled eslint. driving me crazy

obaiyt stuff:

  • no transparent background
  • did not disable backup and swapfile
  • other minor changes

TODOs

  • spell checking for camelCase(javascript), and snake_case (python), and xml
  • auto close tags from xml files

Goals for Odoo development

  • use the existing community made odoo-stubs to remove type errors
  • make go to definition and auto complete work for model methods and fields (is this even possible?)
  • add fields to snippets using tree-sitter or the python server (again is this possible?)
  • add debugging (ez thanks to `dap-python``)
  • taking caffeine by accident after months of abstinence does this ☝️

About


Languages

Language:Lua 99.6%Language:Shell 0.4%