Commit graph

145 commits

Author SHA1 Message Date
josean-dev
dc15138bb3 Updates to readme 2023-09-02 12:03:40 -04:00
josean-dev
f9c67589e6 Updates to lazy-lock.json 2023-09-02 11:07:53 -04:00
josean-dev
5accc8bf38 New code for lsp configuration video 2023-09-01 21:40:47 -04:00
josean-dev
976c03191b Changed width of nvim-tree 2023-08-29 17:49:30 -04:00
josean-dev
7383e9545e Updates to readme 2023-08-24 13:54:04 -04:00
josean-dev
aeceaf3c99 Updated readme for new neovim config with lazy.nvim 2023-08-24 13:52:25 -04:00
josean-dev
7b3f9eb591 Updated neovim config to latest with lazy.nvim 2023-08-24 13:39:11 -04:00
Josean Martinez
b9d2822e06
Merge pull request #19 from gamerilla/patch-1
Update null-ls.lua to use correct syntax for disabling filetypes.
2023-02-27 12:09:50 -04:00
Youtube
f6b02f16dd Added requires to lspsaga and fixed nvim-tree open on setup 2023-02-13 11:39:10 -04:00
Youtube
64490de2c0 Merge branch 'main' of https://github.com/josean-dev/dev-environment-files 2023-02-13 11:12:19 -04:00
Youtube
9243584bc2 Changed sumneko_lua to lua_ls and add markdown_inline to nvim_treesitter 2023-02-13 11:12:08 -04:00
Josean Martinez
f686df3674
Added link to Yabai Youtube Video to Readme 2023-02-12 12:09:26 -04:00
Josean Martinez
51ef968c89
Updated yabairc and skhdrc links in Readme 2023-02-11 10:30:19 -04:00
Josean Martinez
a8728b43df
Update Readme.md 2023-02-11 10:29:20 -04:00
Josean Martinez
37bd0912a7
Added section to Readme for Yabai Tiling Window Manager 2023-02-11 10:28:54 -04:00
Youtube
598aaac4ad Added yabai and skhd config files 2023-02-11 10:24:30 -04:00
Youtube
4c05267db3 Changed lspsaga background color 2023-01-15 11:15:53 -04:00
josean-dev
7be90c7152 Migrated lspsaga config to new version 2023-01-15 09:28:40 -04:00
gamerilla
819e8303d9
Update null-ls.lua
change 'formatting.prettier.with({disabled_filetypes: {}})' to  'formatting.prettier.with({disabled_filetypes = {}}) to correct' for correct syntax. The original usage gives an error.
2023-01-01 17:59:59 -05:00
josean-dev
c3382dbdc9 Fixed exit insert mode delay when pressing the ESC key in Neovim within Tmux 2022-12-20 10:03:07 -04:00
josean-dev
dcd116fa7e Removed unfinished cheatsheet from master 2022-11-23 10:20:14 -04:00
josean-dev
6ed08e64fd Changed show line diagnostics with lspsaga to <leader>D 2022-11-23 10:12:34 -04:00
josean-dev
7c98538698 Merge branch 'main' of github.com:josean-dev/dev-environment-files 2022-11-15 18:43:53 -04:00
josean-dev
3347137010 Updated nvim-tree config, devicons repo and replace with register repo 2022-11-15 18:43:45 -04:00
Josean Martinez
2a192be20d
Fixed link to plugins-setup.lua file 2022-11-11 17:16:52 -04:00
Josean Martinez
999ee3a8f0
Edited description of nvim-treesitter packer change in Readme 2022-11-11 17:14:22 -04:00
Josean Martinez
c926ded0b1
Updated commit hash 2022-11-11 17:10:01 -04:00
Josean Martinez
c96e14dd70
Added description of recent fix for nvim-treesitter 2022-11-11 17:07:34 -04:00
josean-dev
de7061dd53 Updated nvim-treesitter packer installation to properly update parsers 2022-11-11 16:45:42 -04:00
josean-dev
62f9403ed3 Changed <C-p> and <C-n> back to <C-j> and <C-k> 2022-11-09 12:12:30 -04:00
josean-dev
dffe7de3b7 Merge branch 'main' of https://github.com/josean-dev/dev-environment-files 2022-11-06 17:35:11 -04:00
josean-dev
1c8890fd95 Added emmet_ls lsp to the config 2022-11-06 17:35:01 -04:00
Josean Martinez
529ccffcac
Moved nvim-treesitter error explanation. 2022-11-05 19:05:39 -04:00
Josean Martinez
c59327294d
Added git ignore option to nvim-tree, but commented out 2022-11-05 18:42:05 -04:00
Josean Martinez
b5ed50bc33
Made description of lua parser error more concise 2022-11-05 18:27:11 -04:00
Josean Martinez
269b025951
Update Readme 2022-11-05 18:23:18 -04:00
josean-dev
37e5fe6642 Changed keybinds for moving up and down with nvim-cmp, telescope and lspsaga to <C-p> and <C-n> 2022-11-05 17:27:41 -04:00
josean-dev
9ca27f1969 Merge branch 'main' of https://github.com/josean-dev/dev-environment-files 2022-11-05 17:13:27 -04:00
josean-dev
387cb96e64 Added stylua formatting config to use 2 spaces for tabs 2022-11-05 17:13:18 -04:00
Josean Martinez
1a41c0fbf3
Update Readme 2022-11-01 20:44:22 -04:00
Josean Martinez
90937c97cc
Update Readme 2022-11-01 20:42:37 -04:00
Josean Martinez
bba83bcc9d
Update Readme 2022-11-01 20:41:55 -04:00
Josean Martinez
d4aa2289ce
Update Readme 2022-11-01 20:28:46 -04:00
Josean Martinez
7bce121018
Update Readme 2022-11-01 20:28:15 -04:00
Josean Martinez
2d6a234390
Update Readme 2022-11-01 20:23:18 -04:00
Josean Martinez
456fa58d2b
Changed fix for nvim-treesitter update and lua parser problem 2022-11-01 20:22:52 -04:00
Josean Martinez
ece7230e90
Update Readme 2022-11-01 20:03:53 -04:00
Josean Martinez
e4918b8035
Update Readme 2022-11-01 20:03:06 -04:00
Josean Martinez
fe891d57a4
Update Readme 2022-11-01 17:41:15 -04:00
Josean Martinez
7bb61e1669
Update Readme 2022-11-01 17:32:03 -04:00