muhfaris / dotfiles

1 stars 0 forks source link

new nvim config #1

Closed muhfaris closed 1 year ago

muhfaris commented 2 years ago

requeired

font:

mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
muhfaris commented 2 years ago

add nvim root https://github.com/ahmedkhalf/project.nvim

muhfaris commented 2 years ago

wiidth resize :

Ctrl+W +/-: increase/decrease height (ex. 20+) Ctrl+W >/<: increase/decrease width (ex. 30<) Ctrl+W _: set height (ex. 50_) Ctrl+W |: set width (ex. 50|) Ctrl+W =: equalize width and height of all windows

muhfaris commented 2 years ago

install : https://www.1001fonts.com/anonymous-pro-font.html setup terminator use font hack

muhfaris commented 2 years ago

add ack

muhfaris commented 2 years ago

lualine.lua

    --- example data
    ---+-------------------------------------------------+
    ---| A | B | C                             X | Y | Z |
    ---+-------------------------------------------------+
    sections = {
        lualine_a = { "mode" },
        lualine_b = { "branch", "diff", "diagnostics" },
        lualine_c = { "filename" },
        lualine_x = { "encoding", "fileformat", "filetype" },
        lualine_y = { "progress" },
        lualine_z = { "location", "tabs" },
    },
    inactive_sections = {
        lualine_a = { file_status = true, path = 2 },
        lualine_b = {},
        lualine_c = { "filename" },
        lualine_x = { "location" },
        lualine_y = {},
        lualine_z = {},
    },
muhfaris commented 1 year ago

https://github.com/tree-sitter/tree-sitter/blob/master/cli/README.md

muhfaris commented 1 year ago

https://github.com/stefanmaric/g

muhfaris commented 1 year ago

https://developer.fedoraproject.org/tech/languages/ruby/ruby-installation.html