Devin Haska
fca3c2d043
feat: add eslint to formatting language servers
2025-05-27 11:45:22 -07:00
Devin Haska
6cf81b7232
chore: plugin update
2025-05-27 11:45:09 -07:00
Devin Haska
82749c58d6
chore: plugin update
2025-05-12 00:16:14 -07:00
Devin Haska
93fc256be9
chore: plugin update
...
Also locks mason and mason-lspconfig to v1 to prevent breaking changes
2025-05-09 15:25:19 -07:00
Devin Haska
0c60a92d1f
chore: plugin update
2025-03-12 14:30:54 -07:00
Devin Haska
637bee6961
fix: php_cs_fixer on php versions >8.3
2025-03-12 14:30:48 -07:00
Devin Haska
007c96222a
chore: plugin update
2025-02-05 20:59:18 -08:00
Devin Haska
53407e626d
feat: add more php support
2025-02-05 20:58:31 -08:00
Devin Haska
7eaae57abd
chore: plugin update
2025-01-31 11:26:04 -08:00
Devin Haska
1a3906f84d
chore: plugin update
2025-01-13 22:43:17 -08:00
Devin Haska
567e577513
chore: plugin update
2025-01-13 11:30:53 -08:00
Devin Haska
9c29aff941
chore: plugin update
2024-12-24 00:21:50 -08:00
Devin Haska
f956194c53
feat: config refresh
2024-12-24 00:21:08 -08:00
Devin Haska
a24128cfca
chore: update plugins
2024-10-07 09:40:13 -07:00
Devin Haska
905fdd362d
chore: update plugins
2024-10-01 14:38:38 -07:00
Devin Haska
a718137e76
feat: update pug commentstring
2024-10-01 14:38:32 -07:00
Devin Haska
a25da27bd8
fix: rename tsserver to ts_ls
2024-09-19 14:16:46 -07:00
Devin Haska
e5136f66df
fix: clean up keybinds
...
Previous keybinds for flash.nvim were conflicting with
tpope/vim-surround.
2024-09-15 20:16:43 -07:00
Devin Haska
a68ad5ac1d
feat: config refresh
...
The goal of this commit was to break my config into smaller, logical
chunks. I was having a hard time remembering which file contained which
plugin config.
I also took the time to clean out some plugins I added but never used,
and add an old favourite (tpope/vim-surround).
2024-09-15 20:06:33 -07:00
Devin Haska
d64a512297
chore: update plugins
2024-09-09 21:30:29 -07:00
Devin Haska
b37f5e3abd
feat: remove quit keybinds for terminal mode
...
This was causing me so much grief while using `lazygit` within neovim.
2024-09-09 21:27:42 -07:00
Devin Haska
d5ce01c720
feat: add pug comment support
2024-08-08 11:14:22 -07:00
Devin Haska
eec24643a4
feat: add pug support
2024-08-07 17:12:53 -07:00
Devin Haska
b265bca726
chore: update plugins
2024-08-07 09:28:35 -07:00
Devin Haska
3554271dbe
chore: update plugins
2024-07-29 12:10:56 -07:00
Devin Haska
395271da0f
feat: add markdown.nvim
2024-07-29 12:10:18 -07:00
Devin Haska
ff2068e2d1
chore: update plugins
2024-07-26 09:04:45 -07:00
Devin Haska
e750e9ba8d
chore: clean plugins
2024-07-25 22:43:47 -07:00
Devin Haska
b63351398d
feat: add keybinds for staging/resetting hunks
2024-07-25 22:41:09 -07:00
Devin Haska
317d42d32f
feat: remove nvim-ts-context-commentstring
...
Added folke's ts-comments.nvim as it is simpler and works the same.
2024-07-25 21:56:06 -07:00
Devin Haska
24d7d89b34
feat: remove nvim-lint
...
I found this plugin caused more issues than solved, so I'm dropping it
in favour of using the ESLint LSP server instead. "EslintFixAll" covers
the majority of my bases it seems.
2024-07-25 21:49:13 -07:00
Devin Haska
e21b539a40
chore: plugin update
2024-07-25 21:40:39 -07:00
Devin Haska
5d61196854
feat: add attempt.nvim
...
This plugin is for creating new scratch windows.
2024-07-03 10:22:13 -07:00
Devin Haska
39ff075293
fix: remove linebreak and textwidth opts
...
This was causing more issues than solving, so I'm getting rid of it.
2024-07-03 10:00:18 -07:00
Devin Haska
e40388a48f
chore: remove catppuccin colorscheme
2024-07-02 17:53:54 -07:00
Devin Haska
7a4646c8d4
chore: plugin update
2024-07-02 17:53:09 -07:00
Devin Haska
ad4dfe73ea
feat: disable treesitter-context
...
This plugin is flooding my editor with errors when editing Markdown
files. Disabling for now until I can look into it more.
2024-06-22 21:14:52 -07:00
Devin Haska
e9ec11636f
chore: plugin update
2024-06-22 21:13:48 -07:00
Devin Haska
36de7c527d
feat: add toml formatting
2024-06-17 21:21:13 -07:00
Devin Haska
e5f0d9bc25
feat: remove bufferline
2024-06-17 20:14:44 -07:00
Devin Haska
1494a321f6
feat: update lualine config
2024-06-17 17:58:17 -07:00
Devin Haska
339d648dc4
feat: revise config for markdown etc
2024-06-17 12:14:07 -07:00
Devin Haska
0ef76a68af
feat: remove unused plugins
2024-06-08 16:50:04 -07:00
Devin Haska
a4a51853e1
feat: add proselint
...
This also removes vale from my config. I was annoyed at how much setup
vale needed before it could work, and find that proselint does what I
want without the extras of vale.
2024-06-07 15:30:20 -07:00
Devin Haska
51b484764d
chore: add plugin to lazy-lock
2024-06-07 15:12:37 -07:00
Devin Haska
5f03aaedaf
feat: add floating terminal plugin
2024-06-07 15:11:31 -07:00
Devin Haska
d427df09f0
chore: plugin update
2024-06-07 15:10:39 -07:00
Devin Haska
c9cbb72e6c
chore: tidy up alpha
2024-06-07 15:09:53 -07:00
Devin Haska
446e2ce620
chore: remove @type
2024-06-07 11:55:54 -07:00
Devin Haska
fc8cf6a208
chore: update README.md
2024-06-07 11:35:07 -07:00