8296b55962
move plugin related settings inside plugin config for consistency
2024-10-22 14:49:39 +02:00
3c7dfc4a3e
install vim-bbye to delete buffers without losing window layout
2024-10-22 14:49:15 +02:00
37bd546ea8
silently try setting language, ignore errors if already english
2024-10-21 21:09:20 +02:00
557fe18bb0
set global statusline option
2024-10-18 14:35:52 +02:00
faca7b63ce
better telescope.builtin.oldfiles configuration
2024-10-17 11:58:51 +02:00
d45de7ce83
suppress errors on switch to alt-file when deleting buffer
2024-10-17 11:45:26 +02:00
cbb6693cbf
add lazy-lock.json to versioning as recommended by kickstart.nvim
2024-10-17 11:45:23 +02:00
f19ae0487b
specify conditions to re-enable diagnostics after git conflict
2024-10-17 11:45:20 +02:00
5febea0f8a
group conflict-marker.vim autocmds in one
2024-10-17 11:44:14 +02:00
5795aa73ef
use alt-file when deleting current buffer
2024-10-17 11:44:08 +02:00
444b87fd8b
Merge remote-tracking branch 'modular/master'
2024-10-17 11:43:59 +02:00
Damjan 9000
c0a254f0b8
Merge 'upstream' fix: update lazy uninstall information link
2024-09-24 17:48:44 +02:00
Bastien Traverse
4120893b8a
fix: update lazy uninstall information link ( #1148 )
2024-09-24 11:06:14 -04:00
Damjan 9000
1695a1d3fc
Merge 'upstream' feat: update references of tsserver to ts_ls
2024-09-10 22:34:43 +02:00
Nicolás Baquero
7201dc4801
feat: update references of tsserver to ts_ls ( #1131 )
2024-09-10 16:27:24 -04:00
Damjan 9000
3a01797417
Merge 'upstream' Fix the which-key spec issue caused by recent cleanup
2024-08-26 22:50:44 +02:00
Damjan 9000
a22976111e
Fix the which-key spec issue caused by recent cleanup ( #1113 )
...
The recent cleanup accidentally broke the leader key specs
because the spec block was in the wrong level of braces.
That resulted in which-key no longer showing the description
of the <leader> key chains such as [S]earch and others.
2024-08-26 16:43:59 -04:00
Damjan 9000
7e11e8a26b
Merge 'upstream' cleanup: refactor which-key configuration
2024-08-26 22:15:38 +02:00
Ihsan Tonuzi
24d368f9ff
cleanup: refactor which-key configuration for cleaner setup ( #1102 )
...
- Moved `which-key` configuration from inline `config` to `opts` for better organization.
- Updated the key mappings setup to use `spec` for defining existing key chains.
- Removed deprecated or unnecessary comments and code.
This change aligns with updated `which-key` configuration practices, improving readability and maintainability as recommended by @VlaDexa in #1068 .
2024-08-26 12:17:22 -04:00
Damjan 9000
7d83a27e60
Merge 'upstream' conform, readme, neo-tree silent
...
fix: remove deprecated opt for conform.nvim
Fix: updated the windows installation commands
Enable silent option for default neo-tree plugin keybinding
2024-08-26 14:52:02 +02:00
Ihsan Tonuzi
c76c323a7c
fix: remove deprecated opt for conform.nvim ( #1070 )
...
- changed lsp_fallback -> lsp_format
- updated format_on_save function to reflect change above
2024-08-25 23:28:26 -04:00
Harshit Pant
e4a5300bdb
Fix: updated the windows installation commands ( #1101 )
...
* Update README.md
* Update README.md
* Fix: updated the windows installation commands
2024-08-25 23:27:46 -04:00
Bayram Kazik
f49cc6c935
Enable silent option for default neo-tree plugin keybinding ( #1108 )
2024-08-25 23:23:17 -04:00
Damjan 9000
06929799f0
Merge 'upstream' Include visual mode in LSP code action keymap
2024-08-25 11:03:03 +02:00
Bayram Kazik
d452633b35
Include visual mode in LSP code action keymap ( #1060 ) ( #1064 )
2024-08-24 17:31:43 -04:00
Damjan 9000
e9213469ba
Merge 'upstream' refactor treesitter, which-key, uv/loop, update README
...
* Ihsan Tonuzi refactor: update treesitter and which-key config
* Michael L. Check for loop or uv for lazypath
* Matt Gallagher Add note in README about lazy-lock.json
* theoboldalex Update README.md
2024-08-23 14:22:13 +02:00
Ihsan Tonuzi
ac78e7d9e7
refactor: update treesitter and which-key config ( #1068 )
2024-08-22 21:00:39 -04:00
Michael L.
ce0c7340ff
Check for loop or uv for lazypath ( #1095 )
2024-08-22 16:56:33 -04:00
Matt Gallagher
554a054bf9
Add note in README about lazy-lock.json ( #1090 )
2024-08-22 16:53:57 -04:00
theoboldalex
c1ae9092cb
Update README.md ( #1091 )
2024-08-22 16:49:25 -04:00
bebfb5808f
bugfix: fix path keymap to lowercase for edgecases
2024-08-20 08:42:51 +02:00
2758e420cc
create keymap to access merginal plugin easier
2024-08-15 11:45:50 +02:00
8c712f86f8
install powershell_es for lsp and parser in treesitter
2024-08-15 11:38:54 +02:00
Baipyrus
48eacbfcab
Merge pull request #19 from dam9000/master
...
Sync fork
2024-08-15 11:35:01 +02:00
57212d3f27
comment longer overseer keymap
2024-08-07 12:23:21 +02:00
08f5acc7ed
toggle additional overseer splits if window already split
2024-08-07 12:22:43 +02:00
2fec155b77
bugfix: overseer delete only empty buffer
2024-08-07 12:21:50 +02:00
cfaf706a07
delete unused void register keymaps
2024-08-07 12:21:08 +02:00
842c704a99
use quickfix instead of locations list for diagnostics
2024-08-07 12:16:39 +02:00
1d1d8447f7
added keymap to paste in terminal mode
2024-08-05 16:25:19 +02:00
689f994fbd
unify layz plugin import, allow return multiple plugins per file
2024-08-01 11:29:28 +02:00
e95ecf56e6
remove rarely used AI plugin
2024-08-01 11:24:59 +02:00
9a4a5f31ae
configure highlighting during plugin config
2024-08-01 11:10:08 +02:00
69c8790f6e
configure keymaps during plugin config
2024-08-01 11:08:00 +02:00
15d4cfcdf7
toggle oil.nvim fullscreen window
2024-08-01 10:58:47 +02:00
12aa2d8a7b
delete unused parameter in options
2024-08-01 10:50:55 +02:00
37ccad6701
show hidden files by default in oil.nvim
2024-08-01 10:50:36 +02:00
9fb7d5de4b
hover documentation for function in insert mode
2024-08-01 00:23:53 +02:00
Damjan 9000
198460c421
Merge 'upstream' nvim-lspconfig cmp-nvim-lsp, treesitter prefer_git
...
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp
Remove treesitter prefer_git option
2024-07-31 21:09:37 +02:00
5ad7502e88
surround neovide settings with UIEnter event, helps remote connections
2024-07-31 12:04:05 +02:00