Commit Graph

9 Commits

Author SHA1 Message Date
Hoang Nguyen 0f2574a887
neovim + system
neovim:
    - highlight:
        + adjust treesitter groups for nord (TSField as fg doesn't look
          good in yaml files). Also add highlight for TSNote, TSWarning,
          TSDanger (notes such as 'TODO', 'FIXME', ...)
        + rewrite the way theme is set (now 'g:colors_name' is used
          properly instead of a hacky variable 'g:global_theme'). Also
          make setting theme more modular
        + add 'highlight_languages' groups for other syntaxes (html,
          markdown) that are not covered with treesitter
    - mappings: properly move ':Telescope lsp_range_code_action' to
      visual block + avoid mappings for <C-x> and <C-a> (number
      decrement/increment)
    - null-ls.nvim: add basic config, load before nvim-lspconfig
    - plugins: add nvim-treesitter/playground
    - feline.nvim: lazy loaded on VimEnter
    - nvim-lightbulb: only refresh on CursorHold (previously stopped
      working after entering INSERT mode)
system:
    - tlp: update config for v1.4.0
setup: add ani-cli to scripts.sh
2021-10-18 00:53:25 +07:00
Hoang Nguyen e971b784d1
Remove words.txt
Use words-en (aspell) package instead
2021-10-17 21:47:59 +07:00
Hoang Nguyen 2ca7ebcb11
Add tg config
Also fix `dict` (words.txt is in Windows format)
2021-10-17 21:47:58 +07:00
Hoang Nguyen 09ec1653bd
setup: add words.txt 2021-10-17 21:47:58 +07:00
Hoang Nguyen f35ff9461c
setup: add cht.sh
Also drop termite config
2021-10-17 21:47:58 +07:00
Hoang Nguyen ffdbba29bd
Add xlsx2csv 2021-10-17 21:47:45 +07:00
Hoang Nguyen 452b6aa9e8
Cleanup README 2021-02-24 05:05:20 +03:00
Hoang Nguyen ff058a928f
anime-downloader: add a sample config file 2021-02-20 19:13:12 +03:00
Hoang Nguyen fd3511d513
clean up `setup` directory 2021-02-18 18:17:03 +03:00