Commit graph

91 commits

Author SHA1 Message Date
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
Devin Haska
15ff0e244b
fix: remove vale from linters
The language server will take care of this now, don't need it.
2024-06-07 11:34:59 -07:00
Devin Haska
aa85023022
feat: use vale-ls for formatting
This still requires the Vale CLI which is installed.
2024-06-07 11:34:29 -07:00
Devin Haska
d5cbe7bc98
feat: add yml and toml language servers 2024-06-07 11:11:41 -07:00
Devin Haska
3550e0d209
feat: remove none-ls
I figured out how to make Vale work with nvim-lint which was my
preference.
2024-06-07 11:06:15 -07:00
Devin Haska
bc2b8d99a4
fix: adjust lsp config 2024-06-07 11:04:33 -07:00
Devin Haska
fbcda4b50b
fix: exclude html snippets
The autotag plugin can handle the majority of these snippets for me, so
I'm happy to omit them so they don't conflict with each other.
2024-06-07 10:54:25 -07:00
Devin Haska
b770e48da0
chore: plugin update 2024-06-07 10:38:59 -07:00
Devin Haska
19ebbf1a6f
feat: add cssls 2024-06-07 10:37:24 -07:00
Devin Haska
cd40137444
feat: add filetypes configuration 2024-06-07 10:33:46 -07:00
Devin Haska
2f99d9a9af
feat: add autotags plugin 2024-06-07 10:33:06 -07:00
Devin Haska
dbe56a72fc
feat: ensure eslint is added to lsp servers 2024-06-07 10:26:22 -07:00
Devin Haska
04f50fa216
feat: switch to none-ls 2024-06-07 10:25:57 -07:00
Devin Haska
7c658a83e1
feat: colorscheme tweak 2024-06-06 23:17:41 -07:00
Devin Haska
f6718d4c2b
feat: autopairs is working 2024-06-06 22:58:54 -07:00
Devin Haska
1ac79d0495
feat: redo telescope keybinds 2024-06-06 22:51:18 -07:00
Devin Haska
e4c5dff132
feat: update telescope config 2024-06-06 22:00:57 -07:00
Devin Haska
807e1fc4f2
feat: update neo-tree config 2024-06-06 21:48:25 -07:00
Devin Haska
eb0b2e9bcc
feat: small tweak to nvim-cmp menu 2024-06-06 20:48:25 -07:00
Devin Haska
9bcfb6db67
fix: snippets not loading for nvim-cmp 2024-06-06 20:11:03 -07:00
Devin Haska
55c38a8cf9
fix: trouble breaking changes v3 2024-06-06 20:10:53 -07:00
Devin Haska
5a2c7c9453
feat: revert to lualine 2024-06-06 09:34:02 -07:00
Devin Haska
88bc81f090
feat: plugin update 2024-06-06 09:30:38 -07:00
Devin Haska
6a3774706a
feat: switch to tokyonight theme 2024-06-06 09:30:29 -07:00
Devin Haska
eebbb6c4b7
fix: formatting 2024-06-05 12:59:50 -07:00
Devin Haska
c6affee6c1
fix: use correct formatter for lua 2024-06-05 12:59:09 -07:00
Devin Haska
4e1bf4d043
feat: add post-install note 2024-06-05 12:53:09 -07:00
Devin Haska
6028c15c07
fix: invalid opt 2024-06-05 12:43:45 -07:00
Devin Haska
4aed78a5b3
feat: add markdown linting/formatting 2024-06-05 12:43:21 -07:00
Devin Haska
41367e3235
feat: move linting to nvim-lint
This also removes linting from conform.nvim, as it should be focused
only on formatting
2024-06-04 17:05:47 -07:00