config(nvim): back to line

main
sudo pacman -Syu 2025-02-19 17:30:04 +07:00
parent 6023cc64e5
commit 65f67a7f16
3 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,9 @@
config-file = catppuccin-mocha.conf config-file = catppuccin-mocha.conf
font-family = "" font-family = ""
font-family = Iosevka Pacman font-family = M PLUS Code Latin 60
font-family = Symbols Nerd Font Mono font-family = Symbols Nerd Font Mono
font-size = 18 font-size = 16
font-thicken = true font-thicken = true
adjust-cell-height = 20% adjust-cell-height = 20%

View File

@ -18,10 +18,14 @@ https://github.com/sourcegraph/conc/commits/main.atom "~conc"
https://github.com/tidwall/gjson/commits/master.atom "~gjson" https://github.com/tidwall/gjson/commits/master.atom "~gjson"
https://github.com/uber-go/zap/commits/master.atom "~zap" https://github.com/uber-go/zap/commits/master.atom "~zap"
https://github.com/be5invis/Iosevka/commits/main.atom "~Iosevka"
https://github.com/kovidgoyal/kitty/commits/master.atom "~kitty" https://github.com/kovidgoyal/kitty/commits/master.atom "~kitty"
https://github.com/wezterm/wezterm/commits/main.atom "~wezterm" https://github.com/wezterm/wezterm/commits/main.atom "~wezterm"
https://github.com/ghostty-org/ghostty/commits/main.atom "~ghostty" https://github.com/ghostty-org/ghostty/commits/main.atom "~ghostty"
https://github.com/be5invis/Iosevka/commits/main.atom "~Iosevka"
https://github.com/rsms/inter/commits/master.atom "~inter"
https://github.com/JetBrains/JetBrainsMono/commits/master.atom "~JetBrainsMono"
https://github.com/jenskutilek/sudo-font/commits/main.atom "~sudo-font"
https://github.com/coz-m/MPLUS_FONTS/commits/master.atom "~MPLUS_FONTS"
https://github.com/AsahiLinux/linux/commits/asahi.atom "~AsahiLinux/linux" https://github.com/AsahiLinux/linux/commits/asahi.atom "~AsahiLinux/linux"
https://github.com/AsahiLinux/m1n1/commits/main.atom "~AsahiLinux/m1n1" https://github.com/AsahiLinux/m1n1/commits/main.atom "~AsahiLinux/m1n1"
https://github.com/AsahiLinux/u-boot/commits/asahi.atom "~AsahiLinux/u-boot" https://github.com/AsahiLinux/u-boot/commits/asahi.atom "~AsahiLinux/u-boot"

View File

@ -640,7 +640,7 @@ require("lazy").setup({
config = function() config = function()
-- https://github.com/ggml-org/llama.vim/blob/master/autoload/llama.vim -- https://github.com/ggml-org/llama.vim/blob/master/autoload/llama.vim
-- TODO: Remove mapping Tab -- TODO: Remove mapping Tab
vim.keymap.set("i", "<M-Right>", "<C-O>:call llama#fim_accept('word')<CR>") vim.keymap.set("i", "<M-Right>", "<C-O>:call llama#fim_accept('line')<CR>")
end, end,
}, },
}, { }, {