Jesse Hitch
|
74ba820f4f
|
disable null-ls as its officially causing errors :(
|
2025-04-17 11:12:09 +02:00 |
|
|
4aedfbcdbf
|
fix calling setting fileformat to happen as an autocommand
|
2025-01-23 19:56:16 +01:00 |
|
|
b384c2d6a9
|
set ff=unix in neovim
|
2025-01-23 18:25:30 +01:00 |
|
|
7c57103793
|
update GitUrl to work better with github
|
2024-11-18 20:20:47 +01:00 |
|
|
d1833a8003
|
create a file for autocommands to make them easier to find
|
2024-10-20 20:43:16 +02:00 |
|
|
c7bf66dc90
|
always use php syntax highlighting for php.tpl files
|
2024-07-24 10:26:56 +02:00 |
|
|
b08ed54249
|
try to remove white spaece on :x or :wq from nvim
|
2024-04-08 09:42:59 +02:00 |
|
|
eef0cbdf69
|
delete whitespace on save in neovim
|
2024-04-08 09:38:42 +02:00 |
|
|
aca14cabde
|
fix go templating filetypes in nvim
|
2024-03-24 14:28:04 +01:00 |
|
|
18f2376801
|
adding indent based folding for tcss files
|
2023-10-14 13:21:00 +02:00 |
|
|
0b4b172d5f
|
set spell check for markdown, markdown extended, and text files
|
2023-10-13 15:52:02 +02:00 |
|
|
cb01fc2d0c
|
add colorizer for scss files
|
2023-10-13 10:48:39 +02:00 |
|
|
ff7e141ffd
|
add shell to list of 81 character line limits
|
2023-10-11 17:14:09 +02:00 |
|
|
0affd54d76
|
only put 80 character line in python, go, and yaml to start with, default excluding most other file types and exclude markdown from indent blank line
|
2023-10-11 17:09:02 +02:00 |
|
|
4a8f81e8d6
|
update searching in nvim to be case insensitive UNLESS at least one character in your search is capitalized
|
2023-09-19 15:16:02 +02:00 |
|
|
f420ca6918
|
set the file type to css for .tcss
|
2023-09-10 14:32:13 +02:00 |
|
|
c51707ef8d
|
update templates autocommand
|
2023-09-06 09:42:19 +02:00 |
|
|
a024f0e468
|
move line limit over by one for limit in python files
|
2023-08-20 22:08:24 +02:00 |
|
|
8820a5c964
|
set filetype to yaml for kubeconfig
|
2023-08-12 19:35:07 +02:00 |
|
|
4be9a4d4f0
|
adding null_ls to fill the gap of linters that don't have LSPs
|
2023-08-08 17:37:25 +02:00 |
|
|
aef212aded
|
improve github actions workflow syntax a bit
|
2023-08-08 16:15:41 +02:00 |
|
|
44dfab4778
|
further rangling the go template syntax highlighting, what pain D:
|
2023-07-27 15:25:21 +02:00 |
|
|
aad3847d2d
|
add helm lsp for mason, and begin argocd yaml schema work
|
2023-07-27 15:02:59 +02:00 |
|
|
c812b7834c
|
add default wireguard syntax highlighting using cfg filetype
|
2023-07-09 13:02:58 +02:00 |
|
|
b61a9ee363
|
set filetype for tpl files in helm chart directories
|
2023-07-04 10:16:03 +02:00 |
|
|
bc6587b101
|
replace fterm with toggleterm
|
2023-06-04 16:45:10 +02:00 |
|
Jesse Hitch
|
883d31674c
|
ignore semantic highlighting on Dockerfile.*
|
2023-05-27 21:44:53 +02:00 |
|
|
dc16008b1f
|
fix semantic highlighting issues in neovim 0.9.0
|
2023-05-21 11:08:53 +02:00 |
|
|
70962d7650
|
comment out experiment till it's working
|
2023-04-16 10:23:32 +02:00 |
|
|
eb7e98ef77
|
add git url experiment
|
2023-04-16 09:27:31 +02:00 |
|
|
7b74e20fa1
|
lazy loading config update: part 1
|
2023-03-20 20:26:28 +01:00 |
|
|
e4caa51316
|
move more key mappings to keymap file, get rid of folding file
|
2023-03-19 19:27:47 +01:00 |
|
|
c4c95297e0
|
Add which key. what a great keymapping thingy
|
2023-03-19 18:48:27 +01:00 |
|
|
7a01ae8799
|
enter now folds, spacebar is now the leader key
|
2023-03-19 16:18:56 +01:00 |
|
|
20d5420bcc
|
update current status of neovim plugins
|
2023-03-19 14:57:04 +01:00 |
|
|
cb1576aad0
|
updating lazy loading of more plugins
|
2023-03-19 14:52:57 +01:00 |
|
|
e533d3229a
|
organizing init.lua better
|
2023-03-19 13:53:20 +01:00 |
|
|
f97221d6c2
|
update gitignore with more private areas and modify colorscheme application via lazy
|
2023-03-19 13:33:23 +01:00 |
|
|
e630e164f6
|
removing more references to packer and putting more in lazy.lua
|
2023-03-18 19:46:11 +01:00 |
|
|
b4c2e1a2fe
|
switching from packer to lazy
|
2023-03-18 19:30:52 +01:00 |
|
|
7828ee7e86
|
print diagnostics in message area, not in hover menu
|
2023-03-18 15:49:23 +01:00 |
|
Jesse Hitch
|
59faf99a9d
|
adding github workflows schema for yamlls and tint to dim windows not in use for neovim
|
2023-03-17 15:06:54 +01:00 |
|
Jesse Hitch
|
73bd126063
|
add hover diagnostic messages
|
2023-03-14 09:28:03 +01:00 |
|
|
d8fb2eabd8
|
updating comments and moving colorizer to be later, as it's not that important most of the time
|
2023-03-08 22:25:56 +01:00 |
|
|
a7d04b4f55
|
adding barbar, a tab line for nvim
|
2023-03-08 08:19:47 +01:00 |
|
|
b47e3a8c76
|
swtich from airline to lualine
|
2023-03-05 16:29:23 +01:00 |
|
|
d6b6e1479a
|
adding gitsigns instead of gitgutter and updating scrollbar to pick them up
|
2023-02-27 00:18:00 +01:00 |
|
|
414feafe83
|
more fixing of indentation and plugin order and completion
|
2023-02-26 23:00:57 +01:00 |
|
|
e6845a6016
|
updating bbq; fixing scrollbar on dashboard; fixing completion for python
|
2023-02-26 21:03:14 +01:00 |
|
|
3bbda3f453
|
adding back tab completion and working and help text
|
2023-02-26 15:21:12 +01:00 |
|