Commit Graph

  • fad351a3ae
    Merge pull request #1 from achhunna/add-eslint-on-save Achhunna M 2023-01-20 06:22:24 +0545
  • fe7bb0ab81
    update init.lua with eslint on save Achhunna M 2023-01-20 06:21:27 +0545
  • 0bd31218df refactor: rename status_util_ok to status_packer_util_ok Robson Roberto Souza Peixoto 2023-01-18 09:49:09 -0300
  • 7881ea0843 refactor: rename variable from util to packer_util Robson Roberto Souza Peixoto 2023-01-18 09:44:27 -0300
  • 46ee50eff4 Configure packer_compiled.lua to be stored on XDG_DATA_DIRS Robson Roberto Souza Peixoto 2023-01-17 23:21:16 -0300
  • 2b12dc39ef
    Add `tsx` to `ensure_installed` array Guilherme de Andrade 2023-01-16 22:40:46 +0000
  • 7717c71e1f Add hint to ripgrep dependency to readme Dennis-Rall 2023-01-13 12:04:35 +0100
  • b31d4ff426
    Update readme installation for mac xuwhite 2023-01-12 17:52:50 +0100
  • db9a207ff3
    Added "leap" package Nathan Justinian 2023-01-11 21:21:57 -0500
  • fcdf8a3a98 blazingly fast vimming Yoni Kosiner 2023-01-11 21:47:11 +0000
  • 32744c3f66
    Add windows init lua location (#121) Sean 2023-01-11 15:49:00 -0600
  • 7d07724698
    Update init.lua willsmanic 2023-01-09 11:30:06 +0530
  • ce7de9ad8e
    added more language support for emmet willsmanic 2023-01-09 11:24:30 +0530
  • 1c8b6e3af2
    added emmet support for html and css files willsmanic 2023-01-09 11:21:14 +0530
  • b220c5faaa luasnip: add region check on InsertEnter Paulo Coelho 2023-01-05 00:34:13 +0000
  • 87a0f4ea57 feat: more specific number of lines sean.twie03 2023-01-04 06:51:22 -0600
  • c4ca01b712 feat: add init.lua location fir Windows sean.twie03 2023-01-04 06:47:42 -0600
  • a459206d0a
    Fix typo in the description of fuzzy search Greg Loesch 2023-01-02 23:43:21 -0500
  • f3d84f90cd fix rails setup Rahsheen Porter 2023-01-02 16:20:08 -0500
  • e510924d94 typo: treesitter build zirbest 2023-01-02 19:15:00 +0100
  • 25e6536c33 perf: replace Packer.nvim with Lazy.nvim zirbest 2023-01-02 16:38:05 +0100
  • 4916072854
    added vim to tree-sitter's ensured installed list (#110) willsmanic 2023-01-02 07:48:13 +0530
  • 1f2f336b64 revamped nvim config with lsp.zero Rahsheen Porter 2023-01-01 16:30:32 -0500
  • 26ee7a027e
    added vim to tree-sitter's ensured installed list willsmanic 2023-01-01 18:35:54 +0530
  • 2db7040cba fix(treesitter): install viml parser Christian Clason 2022-12-30 11:57:00 +0100
  • 3f41f32d92
    Extract root_dir from server's settings table Guillaume Comte 2022-12-30 10:30:58 +0100
  • fd36be156a Add uninstall info to FAQ chauncey 2022-12-29 07:12:24 -0600
  • 56d5383da0 chore: use builtin keymap zirbest 2022-12-28 23:46:22 +0100
  • c4d7212de3
    Prevent multiple language servers from being spawned after every file save of init.lua (#96) amalgame21 2022-12-28 06:33:44 +0000
  • a093627fc0
    Supress error messages amalgame21 2022-12-26 20:41:47 +0000
  • c775437012
    Prevent multiple language servers from being spawned amalgame21 2022-12-26 19:06:43 +0000
  • 256e076952 fix keymap for treesitter incremental selection. 'c' to 'C' for CTRL rosstimo 2022-12-25 14:41:43 -0700
  • 611ced2fd7 enable spell check in markdown DanRoscigno 2022-12-25 11:54:59 -0500
  • ab021f8f2d
    Merge branch 'master' into cbrgm-patch-1efeb6 Christian Bargmann 2022-12-24 23:43:06 +0100
  • 5b39cd3822 Added a simple file explorer & keybind to toggle. Autocmd to not comment new lines Zak Hargreaves 2022-12-22 15:47:00 +0000
  • 39a941c385
    Adding cmake documentation to README.md (#85) kazenix 2022-12-22 04:45:20 -0800
  • d8aaa3193d
    Link to the video introducing Kickstart.nvim Vipul Mathur 2022-12-22 09:20:13 +0530
  • 894817fa8c Adding cmake documentation to README.md JD Bailey 2022-12-21 14:30:34 -0800
  • 521940693e
    move server config to easy to extend style (#71) TJ DeVries 2022-12-20 22:12:39 -0500
  • 40fbcf8253 wip server-config TJ DeVries 2022-12-20 22:11:10 -0500
  • 81aaccd4ae new setup TJ DeVries 2022-12-20 15:19:43 -0500
  • 01e80d152e fixup: add neodev and disable a bunch of servers by default TJ DeVries 2022-12-20 13:49:14 -0500
  • 07c684b283 move server config to easy to extend style TJ DeVries 2022-12-19 21:17:38 -0500
  • a59b0c7a1c fix: provide list of servers to ensure_installed again nedia 2022-12-21 12:43:56 +1300
  • aa660e64ce remove python indent: closes #78 TJ DeVries 2022-12-20 16:03:05 -0500
  • bec7410127
    Update intstructions for existing nvim setups (#65) Matthias Debernardini 2022-12-20 19:27:01 +0100
  • b855260804
    Use the os clipboard godalming123 2022-12-20 16:55:40 +0000
  • 4250d7d991
    Merge branch 'master' into patch-1 Matthias Debernardini 2022-12-20 10:12:14 +0100
  • 6b011cc245
    Adding FAQ Matthias Debernardini 2022-12-20 10:09:15 +0100
  • b4173c7a4e feat: More user friendly language server installation nedia 2022-12-20 19:33:01 +1300
  • 6dccf03fd2
    Update issue templates (#72) TJ DeVries 2022-12-19 21:29:52 -0500
  • fd8419e0c4
    Update issue templates tjdevries-issue-template TJ DeVries 2022-12-19 21:24:52 -0500
  • d37a3a9462
    fix: don't check third party for Lua LSP (#57) Nicolas Gryman 2022-12-20 00:01:33 +0100
  • 8efed846e3
    Update init.lua TJ DeVries 2022-12-19 18:01:07 -0500
  • 99df0d8f66
    Fix error on Windows when space in install path (#64) Debashis Biswas 2022-12-19 15:57:28 -0700
  • f218bcd6fe note: tell people to remove languages they arent going to use TJ DeVries 2022-12-19 17:56:21 -0500
  • 2eada65d52 init: autoformat sub-plugin autoformat TJ DeVries 2022-12-19 17:50:28 -0500
  • d79e9b4d22 Ubuntu Dockerfile with working LSP builds Mandy Schoep 2022-12-19 17:35:22 +0100
  • 92ead4e746
    Update intstructions for existing nvim setups Matthias Debernardini 2022-12-19 13:11:53 +0100
  • 1ca09d3955 Fix error on Windows when space in install path Debashis Biswas 2022-12-19 00:12:12 -0700
  • 8e8a47c11f Do not override treesitter lua highlighting with sumneko lua highlighting David Ward 2022-12-18 21:15:37 -0500
  • 331b122af5
    fix: don't check third party for Lua LSP Nicolas Gryman 2022-12-18 19:56:40 +0100
  • 8f2fcd3739 add spelling files DanRoscigno 2022-12-18 09:34:35 -0500
  • a59b9b9023
    Update README.md Dan Roscigno 2022-12-18 08:39:50 -0500
  • 511cab2030 Fix repeated initialization of lsp tangch 2022-12-18 15:10:53 +0800
  • 3c343d4037 add details to README DanRoscigno 2022-12-17 23:22:27 -0500
  • decaf5f5a6 configure diagnostic display DanRoscigno 2022-12-17 23:16:09 -0500
  • 5667e1ed48 add Grammarly and Marksman DanRoscigno 2022-12-17 23:08:27 -0500
  • c73aefcb21
    Closes #46 TJ DeVries 2022-12-17 21:40:20 -0500
  • d5d83596a4
    Update init.lua fix-bad-path TJ DeVries 2022-12-17 21:39:42 -0500
  • 36cf7d0ae7 chore(gitignore): ignore packer_compiled.lua cbrgm 2022-12-14 17:43:32 +0100
  • 2d82636f90 fix(Dockerfile): fix minor spelling mistake cbrgm 2022-12-14 17:40:25 +0100
  • 760823f1e3
    small changes to default mappings (#41) TJ DeVries 2022-12-13 11:21:34 -0500
  • 38c4421eea
    Update init.lua change-gi-and-comments TJ DeVries 2022-12-13 11:21:15 -0500
  • b62bd9efa0
    small changes to default mappings TJ DeVries 2022-12-13 11:17:53 -0500
  • e3b768619c fixup: add gitignore and style TJ DeVries 2022-12-06 21:18:43 -0500
  • ad0fa7daf0
    enh(treesitter): add help into ensure_installed (#39) Maximiliano Greco 2022-12-07 03:11:15 +0100
  • c0497c6aa1
    enh(treesitter): add help into ensure_installed Maximiliano Greco 2022-12-03 18:37:58 +0100
  • d5bbf7cef2
    add more explicit note about latest versions of nvim TJ DeVries 2022-11-25 13:23:30 -0500
  • edad895bf4
    Enable parameter text objects (#36) Carlo Teubner 2022-11-25 18:18:01 +0000
  • 6afec7b35d
    Update the amount of SLOC in README (#35) Fabio 2022-11-25 15:16:27 -0300
  • 3f022a2d31
    Enable parameter text objects Carlo Teubner 2022-11-23 22:22:34 +0000
  • b32fa96788 fzf and aliases Rahsheen Porter 2022-11-23 10:46:56 -0500
  • ac23644d3f
    Update the amount of SLOC in README Fabio 2022-11-22 19:27:21 -0300
  • e80aa66671
    Add optional packer plugins hook (#20) Elijah Manor 2022-11-21 06:47:24 -0600
  • 9bc93cfee2 Fix spelling and tweak verbiage about after/plugin Elijah Manor 2022-11-20 23:17:19 -0600
  • 7e65b6a1fe Provide help in README and simplify module Elijah Manor 2022-11-20 18:45:31 -0600
  • e311d48c97 reformat to reduce merge conflicts and add fidget TJ DeVries 2022-11-18 21:04:04 -0500
  • 801ec6e108 fix: syntax highlights tree-sitter - `navarasu/onedark.nvim` support both API TS* and the new one @* - `mjlbach/onedark.nvim` is archived and not support new syntax zirbest 2022-10-19 19:42:21 +0100
  • 489b56d0c4 lsp.update_ is deprecated Nikolas Bertrand 2022-11-17 20:37:26 +0100
  • ce463f704b Update README.md C.D. MacEachern 2022-11-09 10:27:08 -0500
  • 4fccd257d6 lsp.update_ is deprecated Nikolas Bertrand 2022-11-17 20:37:26 +0100
  • 5b79ed6d4d durka dur Rahsheen Porter 2022-11-16 19:38:43 -0500
  • 98ae2fe4d3 more updates Rahsheen Porter 2022-11-16 19:37:03 -0500
  • 2184d0d904 add alias to vim homedir and git remaps Rahsheen Porter 2022-11-12 10:44:43 -0500
  • 38bb8948a6 remove broke bindings Rahsheen Porter 2022-11-10 13:33:45 -0500
  • b3a18718db
    Update README.md C.D. MacEachern 2022-11-09 10:27:08 -0500
  • b1a7860fdd added keybindings Rahsheen Porter 2022-11-07 17:33:59 -0500
  • 0f401d28e1
    Merge pull request #1 from rahsheen/feat/convert-nvim-to-lua Rahsheen Porter 2022-11-06 23:47:38 -0500
  • b63772bd4d move to nvim lua and lsp Rahsheen Porter 2022-11-06 23:46:45 -0500