Commit Graph

45 Commits

Author SHA1 Message Date
a029b05a99 Some changes
1. Add ftplugin to set tabs for dart
2. Hide hidden files in telescope file picker
3. Specify python command in python-dap
2024-11-16 12:20:14 +01:00
dcbe6a8f9b many changes 2024-10-01 12:06:34 +02:00
900b2d0b24 chage gdscript setup and make hidden file searchable with telescope 2024-06-11 10:55:54 +02:00
367987d932 some changes 2024-04-06 22:00:26 +02:00
cac0d5fe8b Make dart debugger work with :FlutterRun 2024-02-23 23:16:00 +01:00
95c376c0ff Add vimtex plugin 2024-02-23 23:14:16 +01:00
5399bd6db9 Refactor 2024-02-23 23:13:53 +01:00
345da923da Fix go-dap config to work if any file is open 2024-02-23 23:13:21 +01:00
d5cd4d1a96 Add ui-select for telescope 2024-02-06 15:33:33 +01:00
19da94c52b Add python lsp and dap. 2024-02-06 15:32:13 +01:00
8c175d6515 Switch from custom gdb version to pacman package version 2024-02-06 15:30:58 +01:00
804d5b3612 Refactoring 2024-01-16 16:33:32 +01:00
fd41b44f34 Several changes 2023-12-30 12:16:42 +01:00
a97ac2374b Setup typescript lsp 2023-12-12 11:27:35 +01:00
c9e0b1ed30 Remove nvim-tree and use telescope-file-browser 2023-12-12 11:27:00 +01:00
9865f45e15 Add neodev setup config 2023-12-08 23:24:37 +01:00
5f3497db8f Add remap to copy with ctrl+c 2023-12-08 23:13:31 +01:00
06f23dd1a6 For go-tests on saving, only search tests in files named *_test.go 2023-11-29 10:20:05 +01:00
5d6834275b Add neotest and replace spaces with tabs 2023-11-27 03:27:12 +01:00
b9ed19c289 Fix color of line when stopped at breakpoint 2023-11-26 21:58:37 +01:00
a9dd6009be Do not expand tabs 2023-11-25 23:19:34 +01:00
68bdc420d3 Enable case-insensitive search, and disable highlighting the search match 2023-11-25 23:12:53 +01:00
b276d18995 Add messages to diagnostic for failing tests 2023-11-15 18:55:11 +01:00
9de263590e Remove snippy for luasnip 2023-11-15 06:21:32 +01:00
880e581c78 Add C DAP and do some refactoring for go test script 2023-11-15 05:53:37 +01:00
b916371f82 Handling errors during tests. 2023-10-29 12:38:28 +01:00
3f4d2dcbb7 Run tests and add diag on startup (when opening a folder with go.mod) 2023-10-28 06:00:05 +02:00
05f7d4a1fe Add script to auto-run tets for go
This was heavily influenced by https://github.com/tjdevries
2023-10-27 23:57:56 +02:00
b25c763bd4 Add dap for lua (in nvim) 2023-10-27 23:56:22 +02:00
5e37bd24d9 Remove custom grep function 2023-10-22 16:58:10 +02:00
3472aa110a Re-add tree plugin 2023-10-20 12:12:04 +02:00
5381e06eb9 Introduce autocommand for formatting
Now, before a file is saved, we call the vim api format() function
which formats the content of the file.
2023-10-19 09:42:48 +02:00
c99ce05989 Use fugitive and reformat 2023-10-16 17:14:55 +02:00
c4a2316af9 Add lsp for css html and php 2023-10-16 17:14:21 +02:00
9ae32ef0ef Create custom grep function 2023-10-15 18:09:01 +02:00
63e3cfdcd5 Add remaps for project tree 2023-10-15 18:08:43 +02:00
2834f92f61 Fix mapping for call hierarchy 2023-10-15 18:08:02 +02:00
da59b6ec8a Use telescope call hierarchy 2023-10-15 18:07:01 +02:00
394911982d dap ui eval 2023-10-09 14:03:25 +02:00
a12fa2bf8a Remove unnecessary on_attach function in lua lsp. 2023-09-29 11:37:13 +02:00
db661fb774 Try call hierarchy in a popout window 2023-09-26 12:13:03 +02:00
d382a8ac41 Add nvim-tree file explorer 2023-09-26 12:02:40 +02:00
1d43cda9fe Add c lsp
Add lua lsp
Add .gitignore
Remove packer_compiled.lua
2023-09-25 10:32:25 +02:00
b629837cec some changes
Add lua-ls
Add lsp for gdscript.
Add plugin for call hierarchy
2023-09-20 22:43:26 +02:00
6737dcf50a Initial commit
neovim config with support for flutter, rust and go lsp.
some remaps.
some settings.
2023-09-14 20:15:11 +02:00