|
1855b99eb8
|
Add nvim-cmp
|
2022-08-08 01:25:36 +02:00 |
|
|
fdad10eaf8
|
Add Telescope
|
2022-08-06 20:57:27 +02:00 |
|
|
1a2221f650
|
Change keybindings for diagnostic
|
2022-08-06 20:20:34 +02:00 |
|
|
41a21a3d64
|
Add vim.diagnostic keymap for LSP
|
2022-08-06 19:46:33 +02:00 |
|
|
9021c22ea5
|
Split plugin options into multiple files
|
2022-08-06 10:52:57 +02:00 |
|
|
173d7c9252
|
Change filenames for packer and plugin options
|
2022-08-06 10:40:20 +02:00 |
|
|
7b76108c8a
|
Add definition, declaration and type_definition to lsp keymaps
|
2022-08-05 21:31:51 +02:00 |
|
|
1c3cef913a
|
Disable conceal from indentLine, does some weird stuff
|
2022-08-04 23:53:20 +02:00 |
|
|
8677dce484
|
Add indentLine plugin
|
2022-08-04 20:48:01 +02:00 |
|
|
1783cb9d9f
|
Add latex lsp config with texlab
|
2022-08-04 13:24:30 +02:00 |
|
|
d873db6299
|
Add bash LSP config
|
2022-08-04 12:41:26 +02:00 |
|
|
1c7e760292
|
Add autoclose and vim-surround plugins
|
2022-08-04 11:12:42 +02:00 |
|
|
e8e9c7ea01
|
Start adding Treesitter config
|
2022-08-03 22:13:29 +02:00 |
|
|
f640b758ab
|
Add tree-sitter plugin
|
2022-08-02 21:49:46 +02:00 |
|
|
a94c315284
|
Use vim.keymap.set
|
2022-08-02 15:12:55 +02:00 |
|
|
511e113f43
|
Add keymaps for lua lsp on_attach
|
2022-08-02 15:02:53 +02:00 |
|
|
6c7d9ee7c8
|
Minor formatting change
|
2022-08-02 14:19:13 +02:00 |
|
|
6d39ae8ac1
|
Add lua language server for LSP
|
2022-08-02 14:12:52 +02:00 |
|
|
69e14f0422
|
Add vimtex plugin
|
2022-08-02 10:16:14 +02:00 |
|
|
970ec519ba
|
Fix nohlsearch keymap
|
2022-08-02 10:13:24 +02:00 |
|
|
c73368e0de
|
Add nvim-lspconfig
|
2022-08-02 10:03:38 +02:00 |
|
|
9aabf8d8e7
|
Fix add NERDTree plugin
|
2022-08-02 00:16:31 +02:00 |
|
|
618de2c3e0
|
Add NERDTree plugin
|
2022-08-01 21:51:37 +02:00 |
|
|
1e0efaa069
|
Add color plugins
|
2022-08-01 21:37:30 +02:00 |
|
|
957a446a0d
|
Convert autocommands to lua
|
2022-08-01 20:47:14 +02:00 |
|
|
2cc0530a2f
|
Add autogroups as vim.cmd
|
2022-08-01 13:05:27 +02:00 |
|
|
e3e9ad6b40
|
Update Coc completion config after breaking change in plugin
|
2022-08-01 10:38:42 +02:00 |
|
|
4241528d6d
|
Commented autocmd was using a removed function
|
2022-07-31 23:58:44 +02:00 |
|
|
6f8b714e1c
|
Default editor to nvim
|
2022-07-31 22:35:17 +02:00 |
|
|
5b99db8a46
|
Merge some lua files into options.lua
|
2022-07-31 14:40:26 +02:00 |
|
|
95afa57b21
|
Add options lua file
|
2022-07-31 09:35:16 +02:00 |
|
|
d9c6775dc7
|
Add folding and searching lua files
|
2022-07-31 09:23:04 +02:00 |
|
|
556429ab16
|
Add remaps for splits
|
2022-07-31 09:14:48 +02:00 |
|
|
3c72a47b41
|
Make init file lua
|
2022-07-31 09:04:42 +02:00 |
|
|
125994ae4c
|
Make temp changed_when false
|
2022-07-31 09:02:26 +02:00 |
|
|
4f42f338df
|
Useless register, for now
|
2022-07-30 23:34:28 +02:00 |
|
|
bb21d93293
|
For PackerSync, just use headless nvim command from the docs, see changed_when later
|
2022-07-30 23:33:21 +02:00 |
|
|
08b6898b32
|
Use working headless PackerSync command, will try to add changed_when later
|
2022-07-30 09:14:44 +02:00 |
|
|
3e38443155
|
PackerSync command still doesn't work
|
2022-07-29 20:06:28 +02:00 |
|
|
2f5a380eb1
|
Add PackerSync command
|
2022-07-29 12:27:29 +02:00 |
|
|
533d6d883a
|
packer.lua gives a loop on bootstrap
|
2022-07-29 12:19:00 +02:00 |
|
|
bae2e5259d
|
Remove vim-plug things and other vim dependent things
|
2022-07-29 11:46:55 +02:00 |
|
|
01fff3c1ec
|
Add packer bootstrap
|
2022-07-29 11:41:10 +02:00 |
|
|
33b812fd1e
|
Add colors lua config file
|
2022-07-29 09:30:06 +02:00 |
|
|
e7ac5d9586
|
Rename shortcuts to remaps
|
2022-07-29 08:53:16 +02:00 |
|
|
e9c8b01a64
|
Add remap options to lua config
|
2022-07-29 00:18:42 +02:00 |
|
|
c58fa4f0fc
|
Add some lua config files for neovim
|
2022-07-27 21:52:29 +02:00 |
|
|
31f93e6001
|
Add keymap to lua neovim config
|
2022-07-25 13:43:41 +02:00 |
|
|
fa014f1918
|
Add transition lua script for neovim
|
2022-07-25 13:31:57 +02:00 |
|
|
eacfe1d194
|
Fix curl command and needed dirs
|
2022-07-25 12:46:57 +02:00 |
|