Commit graph

21 commits

Author SHA1 Message Date
53b74ff7fc
chore(nvim): Don't use single quote 2024-04-18 11:19:23 +07:00
4c5d2522d5
style(nvim): Port vim lightline setup to nvim lualine 2024-04-18 11:17:56 +07:00
4046c7f772
chore(nvim): Configure install behaviour 2024-04-18 11:17:01 +07:00
22e888a862
chore(nvim): Add elixir to treesitter 2024-04-18 10:18:26 +07:00
7356d51b6c
chore(nvim): Add more lang to treesitter 2024-04-18 10:17:07 +07:00
13467edd9d
chore(nvim): Add more lang to treesitter 2024-04-18 10:08:48 +07:00
d2283fd2a5
chore(nvim): Completion plugin(s) via Neo's LSP 2024-04-18 09:57:50 +07:00
db063c919a
chore(nvim): Wakatime 2024-04-18 09:57:34 +07:00
c85e6a9bff
refactor(nvim): Simplify lazyload 2024-04-18 09:50:53 +07:00
6636abb02f
chore(nvim): Split plugins to their own file and lazyload commentary 2024-04-18 09:48:03 +07:00
e4ad35f4a6
chore(nvim): Open oil with dash 2024-04-18 09:34:02 +07:00
f7c5370f5b
chore(nvim): Some clean up
- Start splitting plugins to their own files
- Config should be loaded first
- Config for plugins should be handled by lazy.nvim
2024-04-18 09:28:33 +07:00
e69acc9844
chore(nvim): More lua migration
- Migrated from NerdTree -> Neotree
- Lazify neotree
- Migrated from lightline -> lualine (TODO: colourscheme)
- Add nvim-treesitter
- Enable tree-sitter-gsp
2024-04-18 09:12:43 +07:00
f276752d81
feat: tree-sitter support for GSP 2024-04-18 08:10:10 +07:00
4d443c4419
chore: Rename module table to M
That seems to be the de facto naming for module table on neovim related
stuff
2024-04-17 12:21:17 +07:00
06ec5fcda4
refactor(nvim): Move functions to null.util 2024-04-17 11:08:14 +07:00
0261c07d0a
chore(nvim): Converted normal command shortcut to Lua 2024-04-17 10:54:02 +07:00
b9c32dfd52
fix(nvim): Wrong plugin 2024-04-17 10:52:38 +07:00
7d10d909fa
docs(vim): Note for myself on how to do lazy loading 2024-04-17 09:46:59 +07:00
57e226d2db
chore(vim): Converted some config and remapping to lua 2024-04-17 09:42:33 +07:00
ca2cb0fb11
chore: More vimscript to lua migration stuff 2024-04-17 08:57:51 +07:00