aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 51e6ddaed37ff4390df062b488db399b9d5d2d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
```
 ____                                      ___                                        
/\  _`\                                   /\_ \                     __                
\ \ \L\_\_ __    __      ___ ___      __  \//\ \            __  __ /\_\    ___ ___    
 \ \  _\/\`'__\/'__`\  /' __` __`\  /'__`\  \ \ \   _______/\ \/\ \\/\ \ /' __` __`\  
  \ \ \/\ \ \//\ \L\.\_/\ \/\ \/\ \/\ \L\.\_ \_\ \_/\______\ \ \_/ |\ \ \/\ \/\ \/\ \ 
   \ \_\ \ \_\\ \__/.\_\ \_\ \_\ \_\ \__/.\_\/\____\/______/\ \___/  \ \_\ \_\ \_\ \_\
    \/_/  \/_/ \/__/\/_/\/_/\/_/\/_/\/__/\/_/\/____/         \/__/    \/_/\/_/\/_/\/_/

```

# Framal-vim -- my Neovim configuration

My Neovim configuration, highly based on an excellent tutorial series by 
[chris@machine](https://www.youtube.com/watch?v=ctH-a-1eUME&list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ&ab_channel=chris%40machine)
and [Lunar vim](https://github.com/LunarVim/LunarVim)

I manager plugins with packer. Plugins I use:

- lualine,
- nvim-tree,
- nvim-cmp with additions,
- cmp_luasnip,
- nvim-lspconfig,
- nvim-lsp-installer,
- telescope and ui-select extension,
- alpha,
- treesitter,
- editorconfig-vim (great for small project-specific configs),
- lunarvim/colorschemes, `darkplus` atm,
- vim-super-retab,
- project,
- impatient,
- neoscroll (this is weird though),
- nvim-ts-context-commentstring with Comment,
- vim-bbye,
- bufferline,
- and maybe some other minor plugins.